mirror of
https://github.com/ViaVersion/ViaFabric.git
synced 2025-01-02 18:17:36 +01:00
10 lines
283 B
Plaintext
10 lines
283 B
Plaintext
version = rootProject.version
|
|
|
|
dependencies {
|
|
minecraft("com.mojang:minecraft:21w20a")
|
|
mappings("net.fabricmc:yarn:21w20a+build.2:v2")
|
|
|
|
modImplementation("net.fabricmc.fabric-api:fabric-api:0.34.5+1.17")
|
|
modImplementation("com.terraformersmc:modmenu:2.0.0-beta.4")
|
|
}
|