Update to 21w05a (#100)

This commit is contained in:
Michael 2021-02-03 14:16:31 -08:00 committed by GitHub
parent 4af1506648
commit 0db41aab10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,11 +59,11 @@ dependencies {
// Use 1.16 snapshot, probably intermediary will make it work on further versions
// https://modmuss50.me/fabric.html?&version=1.16
minecraft("com.mojang:minecraft:21w03a")
mappings("net.fabricmc:yarn:21w03a+build.14:v2")
minecraft("com.mojang:minecraft:21w05a")
mappings("net.fabricmc:yarn:21w05a+build.1:v2")
modImplementation("net.fabricmc:fabric-loader:0.11.1")
modImplementation("net.fabricmc.fabric-api:fabric-api:0.29.5+1.17")
modImplementation("net.fabricmc.fabric-api:fabric-api:0.30.1+1.17")
modImplementation("io.github.prospector:modmenu:1.14.5+build.30")
modImplementation("io.github.cottonmc:cotton-client-commands:1.0.1+1.16-rc1")