mirror of
https://github.com/ViaVersion/ViaFabric.git
synced 2024-11-16 10:45:15 +01:00
10 lines
363 B
Plaintext
10 lines
363 B
Plaintext
|
version = rootProject.version
|
||
|
|
||
|
dependencies {
|
||
|
minecraft("com.mojang:minecraft:1.8.9")
|
||
|
mappings("net.fabricmc:yarn:1.8.9+build.202103291533:v2")
|
||
|
modCompile("net.fabricmc:fabric-loader:0.10.5+build.213")
|
||
|
|
||
|
modImplementation("net.legacyfabric.legacy-fabric-api:legacy-fabric-api:1.1.0+1.8.9")
|
||
|
modImplementation("io.github.boogiemonster1o1:modmenu:0.1.0+1.8.9")
|
||
|
}
|