mirror of
https://github.com/ViaVersion/ViaForge.git
synced 2024-11-08 10:09:36 +01:00
8 lines
140 B
Groovy
8 lines
140 B
Groovy
minecraft {
|
|
mappings channel: "official", version: "1.16.5"
|
|
}
|
|
|
|
dependencies {
|
|
minecraft "net.minecraftforge:forge:1.16.5-36.2.39"
|
|
}
|