1.17 pre3

This commit is contained in:
dfsek 2021-06-01 23:25:39 -07:00
parent 7061328cc7
commit 86ad5b5041

View File

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