mirror of
https://github.com/ViaVersion/ViaFabric.git
synced 2024-11-16 10:45:15 +01:00
e18cac5842
* Upstream Mod Menu, Fabric API and Yarn, Add note for CurseGradle. * Update Legacy Fabric API to 1.9.4.
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")
|
|
}
|