mostly working 1.17-ification

This commit is contained in:
dfsek
2021-03-17 21:17:15 -07:00
parent 2e8cd54ac2
commit d065f78c0a
18 changed files with 74 additions and 46 deletions
+4 -4
View File
@@ -22,11 +22,11 @@ dependencies {
"shadedImplementation"("org.yaml:snakeyaml:1.27")
"shadedImplementation"("com.googlecode.json-simple:json-simple:1.1.1")
"minecraft"("com.mojang:minecraft:1.16.5")
"mappings"("net.fabricmc:yarn:1.16.5+build.5:v2")
"modImplementation"("net.fabricmc:fabric-loader:0.11.2")
"minecraft"("com.mojang:minecraft:21w11a")
"mappings"("net.fabricmc:yarn:21w11a+build.3:v2")
"modImplementation"("net.fabricmc:fabric-loader:0.11.3")
"modImplementation"("net.fabricmc.fabric-api:fabric-api:0.31.0+1.16")
"modImplementation"("net.fabricmc.fabric-api:fabric-api:0.32.4+1.17")
}
tasks.named<ShadowJar>("shadowJar") {