update deps

This commit is contained in:
creeper123123321 2021-06-10 14:54:53 -03:00
parent 9f8d29ee40
commit a1d5916215

View File

@ -1,9 +1,9 @@
version = rootProject.version
dependencies {
minecraft("com.mojang:minecraft:1.17-rc2")
mappings("net.fabricmc:yarn:1.17-rc2+build.10:v2")
minecraft("com.mojang:minecraft:1.17")
mappings("net.fabricmc:yarn:1.17+build.6:v2")
modImplementation("net.fabricmc.fabric-api:fabric-api:0.34.9+1.17")
modImplementation("net.fabricmc.fabric-api:fabric-api:0.34.10+1.17")
modImplementation("com.terraformersmc:modmenu:2.0.0-beta.7")
}