1.17 pre2

This commit is contained in:
dfsek
2021-05-31 12:16:59 -07:00
parent 3f56da3a65
commit 7061328cc7

View File

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