mirror of
https://github.com/ViaVersion/ViaForge.git
synced 2025-01-10 19:57:52 +01:00
8 lines
139 B
Groovy
8 lines
139 B
Groovy
|
minecraft {
|
||
|
mappings channel: "official", version: "1.18.2"
|
||
|
}
|
||
|
|
||
|
dependencies {
|
||
|
minecraft "net.minecraftforge:forge:1.18.2-40.2.0"
|
||
|
}
|