]> git.lizzy.rs Git - BoundingBoxOutlineReloaded.git/blobdiff - build.gradle
Port to 1.19
[BoundingBoxOutlineReloaded.git] / build.gradle
index 4f6e5c99f7e74dcc7771d9dbff977a4459cc341c..cfe05e8dc523f83f6b653904741ee28b572a9b0b 100644 (file)
@@ -40,7 +40,7 @@ tasks.withType(JavaCompile).configureEach {
 
 dependencies {
     minecraft 'com.mojang:minecraft:' + project.mcVersion
-    mappings 'net.fabricmc:yarn:' + project.mcVersion + '+build.2:v2'
+    mappings 'net.fabricmc:yarn:' + project.mcVersion + '+build.1:v2'
     modImplementation 'net.fabricmc:fabric-loader:0.13.3'
 }