ViaFabric/viafabric-mc1152/build.gradle.kts

9 lines
324 B
Plaintext
Raw Permalink Normal View History

2021-05-02 16:01:46 +02:00
dependencies {
2021-05-02 17:01:24 +02:00
minecraft("com.mojang:minecraft:1.15.2")
mappings("net.fabricmc:yarn:1.15.2+build.17: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.15")
modImplementation("io.github.prospector:modmenu:1.10.4+build.1")
modImplementation("com.github.TinfoilMC:ClientCommands:1.1.0")
}