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
9 lines
324 B
Plaintext
9 lines
324 B
Plaintext
dependencies {
|
|
minecraft("com.mojang:minecraft:1.15.2")
|
|
mappings("net.fabricmc:yarn:1.15.2+build.17:v2")
|
|
|
|
modImplementation("net.fabricmc.fabric-api:fabric-api:0.28.5+1.15")
|
|
modImplementation("io.github.prospector:modmenu:1.10.4+build.1")
|
|
modImplementation("com.github.TinfoilMC:ClientCommands:1.1.0")
|
|
}
|