ViaFabric/viafabric-mc18/build.gradle.kts

18 lines
594 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")
2023-04-01 16:09:38 +02:00
mappings("net.legacyfabric:yarn:1.8.9+build.458:v2")
2021-05-02 16:01:46 +02:00
2023-04-01 16:09:38 +02:00
modImplementation("net.legacyfabric.legacy-fabric-api:legacy-fabric-api:1.9.0+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
}
2022-04-23 12:17:36 +02:00
// fix newer java
2022-11-06 00:47:21 +01:00
@Suppress("GradlePackageUpdate", "RedundantSuppression")
2022-04-23 12:17:36 +02:00
implementation("io.netty:netty-all:4.0.56.Final")
2021-11-06 21:28:11 +01:00
}
loom {
2022-09-10 17:05:44 +02:00
intermediaryUrl.set("https://maven.legacyfabric.net/net/legacyfabric/intermediary/%1\$s/intermediary-%1\$s-v2.jar")
2022-01-03 19:18:49 +01:00
}