ViaFabric/viafabric-mc1144/build.gradle.kts

9 lines
324 B
Plaintext
Raw Normal View History

2021-05-02 16:01:46 +02:00
dependencies {
minecraft("com.mojang:minecraft:1.14.4")
2021-09-16 21:26:13 +02:00
mappings("net.fabricmc:yarn:1.14.4+build.18:v2")
2021-05-02 16:01:46 +02:00
2021-09-16 21:26:13 +02:00
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")
}