mirror of
https://github.com/ViaVersion/ViaFabric.git
synced 2024-11-16 10:45:15 +01:00
10 lines
386 B
Plaintext
10 lines
386 B
Plaintext
version = rootProject.version
|
|
|
|
dependencies {
|
|
minecraft("com.mojang:minecraft:1.14.4")
|
|
mappings("net.fabricmc:yarn:1.14.4+build.16:v2")
|
|
|
|
modImplementation("net.fabricmc.fabric-api:fabric-api:0.13.1+build.257-1.14")
|
|
modImplementation("io.github.prospector:modmenu:1.7.16.1.14.4+build.128")
|
|
modImplementation("io.github.cottonmc:cotton-client-commands:1.0.0+1.15.2")
|
|
} |