mirror of
https://github.com/ViaVersion/ViaFabric.git
synced 2024-11-16 10:45:15 +01:00
18 lines
571 B
Plaintext
18 lines
571 B
Plaintext
dependencies {
|
|
minecraft("com.mojang:minecraft:1.8.9")
|
|
mappings("net.fabricmc:yarn:1.8.9+build.202112162000:v2")
|
|
|
|
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
|
|
}
|
|
|
|
// fix newer java
|
|
@Suppress("GradlePackageUpdate")
|
|
implementation("io.netty:netty-all:4.0.56.Final")
|
|
}
|
|
|
|
loom {
|
|
intermediaryUrl.set("https://maven.legacyfabric.net/net/fabricmc/intermediary/%1\$s/intermediary-%1\$s-v2.jar")
|
|
}
|