Skip to content

Commit

Permalink
Make test mod also use v2 mappings
Browse files Browse the repository at this point in the history
  • Loading branch information
Juuxel committed Jun 5, 2020
1 parent ffa5a02 commit 7ce78ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GuiTest/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ repositories {

dependencies {
minecraft "com.mojang:minecraft:${rootProject.minecraft_version}"
mappings "net.fabricmc:yarn:${rootProject.yarn_mappings}"
mappings "net.fabricmc:yarn:${rootProject.yarn_mappings}:v2"
modApi "net.fabricmc:fabric-loader:${rootProject.loader_version}"
modApi "net.fabricmc.fabric-api:fabric-api:${rootProject.fabric_version}"

Expand Down

0 comments on commit 7ce78ed

Please sign in to comment.