mirror of
https://github.com/ViaVersion/ViaFabric.git
synced 2024-11-28 12:45:25 +01:00
15 lines
480 B
Plaintext
15 lines
480 B
Plaintext
|
dependencies {
|
||
|
minecraft("com.mojang:minecraft:1.12.2")
|
||
|
mappings("net.legacyfabric:yarn:1.12.2+build.541:v2")
|
||
|
|
||
|
modImplementation("net.legacyfabric.legacy-fabric-api:legacy-fabric-api:1.9.4+1.12.2")
|
||
|
|
||
|
// fix newer java
|
||
|
@Suppress("GradlePackageUpdate", "RedundantSuppression")
|
||
|
implementation("io.netty:netty-all:4.0.56.Final")
|
||
|
}
|
||
|
|
||
|
loom {
|
||
|
intermediaryUrl.set("https://maven.legacyfabric.net/net/legacyfabric/intermediary/%1\$s/intermediary-%1\$s-v2.jar")
|
||
|
}
|