mirror of
https://github.com/ViaVersion/ViaFabric.git
synced 2024-11-16 10:45:15 +01:00
bfc295e5b8
* Update ViaVersion, CI and MC dependencies. * Ensure publish only works on ViaVersion repo. * Fix Mod Menu versions in 1.14.4 and 1.15.2. * Update yarn for 1.18.2, 1.19.4 and 1.20.1.
8 lines
323 B
Plaintext
8 lines
323 B
Plaintext
dependencies {
|
|
minecraft("com.mojang:minecraft:1.14.4")
|
|
mappings("net.fabricmc:yarn:1.14.4+build.18:v2")
|
|
|
|
modImplementation("net.fabricmc.fabric-api:fabric-api:0.28.5+1.14")
|
|
modImplementation("io.github.prospector:modmenu:1.7.17+build.1")
|
|
modImplementation("com.github.TinfoilMC:ClientCommands:1.1.0")
|
|
} |