This commit is contained in:
dfsek
2021-06-05 00:58:05 -07:00
parent 86ad5b5041
commit a9c252f91c

View File

@@ -23,8 +23,8 @@ group = "com.dfsek.terra.fabric"
dependencies {
"shadedApi"(project(":common"))
"minecraft"("com.mojang:minecraft:1.17-pre3")
"mappings"("net.fabricmc:yarn:1.17-pre3+build.1:v2")
"minecraft"("com.mojang:minecraft:1.17-rc1")
"mappings"("net.fabricmc:yarn:1.17-rc1+build.1:v2")
"modImplementation"("net.fabricmc:fabric-loader:0.11.3")
"modCompileOnly"("com.sk89q.worldedit:worldedit-fabric-mc1.16:7.2.0-SNAPSHOT") {