mirror of
https://github.com/ViaVersion/ViaFabric.git
synced 2024-11-16 10:45:15 +01:00
2aced1f5f5
This is split into several commits so that Git doesn't break completely
8 lines
248 B
Plaintext
8 lines
248 B
Plaintext
dependencies {
|
|
minecraft("com.mojang:minecraft:1.16.5")
|
|
mappings("net.fabricmc:yarn:1.16.5+build.10:v2")
|
|
|
|
modImplementation("net.fabricmc.fabric-api:fabric-api:0.42.0+1.16")
|
|
modImplementation("com.terraformersmc:modmenu:1.16.23")
|
|
}
|