mirror of
https://github.com/ViaVersion/ViaFabric.git
synced 2025-02-16 01:21:21 +01:00
10 lines
277 B
Plaintext
10 lines
277 B
Plaintext
version = rootProject.version
|
|
|
|
dependencies {
|
|
minecraft("com.mojang:minecraft:21w19a")
|
|
mappings("net.fabricmc:yarn:21w19a+build.9:v2")
|
|
|
|
modImplementation("net.fabricmc.fabric-api:fabric-api:0.34.4+1.17")
|
|
modImplementation("com.terraformersmc:modmenu:1.16.9")
|
|
}
|