mirror of
https://github.com/ViaVersion/ViaFabric.git
synced 2025-02-08 00:01:20 +01:00
10 lines
289 B
Plaintext
10 lines
289 B
Plaintext
version = rootProject.version
|
|
|
|
dependencies {
|
|
minecraft("com.mojang:minecraft:1.17-pre4")
|
|
mappings("net.fabricmc:yarn:1.17-pre4+build.1:v2")
|
|
|
|
modImplementation("net.fabricmc.fabric-api:fabric-api:0.34.8+1.17")
|
|
modImplementation("com.terraformersmc:modmenu:2.0.0-beta.7")
|
|
}
|