mirror of
https://github.com/ViaVersion/ViaFabric.git
synced 2024-11-22 11:45:47 +01:00
10 lines
339 B
Plaintext
10 lines
339 B
Plaintext
|
version = rootProject.version
|
||
|
|
||
|
dependencies {
|
||
|
minecraft("com.mojang:minecraft:21w15a")
|
||
|
mappings("net.fabricmc:yarn:21w15a+build.16:v2")
|
||
|
modCompile("net.fabricmc:fabric-loader:0.10.5+build.213")
|
||
|
|
||
|
modImplementation("net.fabricmc.fabric-api:fabric-api:0.33.0+1.17")
|
||
|
modImplementation("com.terraformersmc:modmenu:1.16.9")
|
||
|
}
|