diff options
author | Juuxel <6596629+Juuxel@users.noreply.github.com> | 2020-06-05 18:03:35 +0300 |
---|---|---|
committer | Juuxel <6596629+Juuxel@users.noreply.github.com> | 2020-06-05 18:03:35 +0300 |
commit | 7ce78ed7f294fabe2929d7217d42c9c6c1b931bc (patch) | |
tree | f38437552d7f0be529776bd9d187713f8f0d8e58 /GuiTest | |
parent | ffa5a02e44381983ffdbddad0debc4569c1a1994 (diff) | |
download | LibGui-7ce78ed7f294fabe2929d7217d42c9c6c1b931bc.tar.gz LibGui-7ce78ed7f294fabe2929d7217d42c9c6c1b931bc.tar.bz2 LibGui-7ce78ed7f294fabe2929d7217d42c9c6c1b931bc.zip |
Make test mod also use v2 mappings2.0.0-beta.1
Diffstat (limited to 'GuiTest')
-rw-r--r-- | GuiTest/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GuiTest/build.gradle b/GuiTest/build.gradle index 982df0b..2a71459 100644 --- a/GuiTest/build.gradle +++ b/GuiTest/build.gradle @@ -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}" |