diff options
author | Juuxel <6596629+Juuxel@users.noreply.github.com> | 2019-12-15 18:40:30 +0200 |
---|---|---|
committer | Juuxel <6596629+Juuxel@users.noreply.github.com> | 2019-12-15 18:40:30 +0200 |
commit | 20a10532885852a62ffe969ee7e2095a8f661f89 (patch) | |
tree | 83f6daa2e709a5be98f17aace48c8eaddf5ce8f6 /build.gradle | |
parent | cbf749a775a10fbe4bd8cf74f958ef86f5df8b19 (diff) | |
download | LibGui-20a10532885852a62ffe969ee7e2095a8f661f89.tar.gz LibGui-20a10532885852a62ffe969ee7e2095a8f661f89.tar.bz2 LibGui-20a10532885852a62ffe969ee7e2095a8f661f89.zip |
who renames these :angry:
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle index e8e41d8..20e4bae 100644 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ buildscript { System.out.println(rootProject.name); if (rootProject.name.equalsIgnoreCase("LibGUI")) { System.out.println("Added libgui to classpath"); - classpath 'fabric-loom:fabric-loom.gradle.plugin:0.2.5-SNAPSHOT' + classpath 'fabric-loom:fabric-loom.gradle.plugin:0.2.6-SNAPSHOT' } } } @@ -51,7 +51,7 @@ repositories { dependencies { minecraft "com.mojang:minecraft:${project.minecraft_version}" - mappings "net.fabricmc:yarn:${project.yarn_mappings}" + mappings "net.fabricmc:yarn:${project.yarn_mappings}:v2" modImplementation "net.fabricmc:fabric-loader:${project.loader_version}" modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}" modImplementation "io.github.cottonmc:Jankson-Fabric:${project.jankson_version}" |