mirror of
https://github.com/ViaVersion/ViaFabric.git
synced 2025-01-12 19:50:39 +01:00
8 lines
245 B
Plaintext
8 lines
245 B
Plaintext
|
dependencies {
|
||
|
minecraft("com.mojang:minecraft:22w11a")
|
||
|
mappings("net.fabricmc:yarn:22w11a+build.2:v2")
|
||
|
|
||
|
modImplementation("net.fabricmc.fabric-api:fabric-api:0.49.2+1.19")
|
||
|
modImplementation("com.terraformersmc:modmenu:3.0.0")
|
||
|
}
|