ViaFabric/viafabric-mc18/build.gradle.kts

14 lines
457 B
Plaintext
Raw Normal View History

2021-05-02 16:01:46 +02:00
dependencies {
2022-01-03 19:18:49 +01:00
minecraft("com.mojang:minecraft:1.8.9")
mappings("net.fabricmc:yarn:1.8.9+build.202112162000:v2")
2021-05-02 16:01:46 +02:00
2022-04-21 17:58:25 +02:00
modImplementation("net.legacyfabric.legacy-fabric-api:legacy-fabric-api:1.4.2+1.8.9")
modImplementation("io.github.boogiemonster1o1:rewoven-modmenu:1.0.0+1.8.9") {
isTransitive = false
2022-01-03 19:18:49 +01:00
}
2021-11-06 21:28:11 +01:00
}
loom {
2022-01-03 19:18:49 +01:00
intermediaryUrl.set("https://maven.legacyfabric.net/net/fabricmc/intermediary/%1\$s/intermediary-%1\$s-v2.jar")
}