summary refs log tree commit diff stats
path: root/build.gradle
diff options
context:
space:
mode:
authornatanfudge <natan.lifsiz@gmail.com>2019-12-03 20:20:14 +0200
committernatanfudge <natan.lifsiz@gmail.com>2019-12-03 20:20:14 +0200
commit45980235836783822e756d0a2abfab8cbb781232 (patch)
treed5dfd42b49d0e3bbb7f49ff4e3944f914b82d69e /build.gradle
parent764dc43056b5b9fc8f8944beb3f9f63906457f33 (diff)
update the things
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index c26b367..c0682ed 100644
--- a/build.gradle
+++ b/build.gradle
@@ -22,7 +22,7 @@ repositories {
 dependencies {
     //to change the versions see the gradle.properties file
     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}"
 
     // Fabric API. This is technically optional, but you probably want it anyway.