mirror of
https://github.com/ViaVersion/ViaForge.git
synced 2024-11-08 10:09:36 +01:00
12 lines
190 B
Groovy
12 lines
190 B
Groovy
plugins {
|
|
id "viaforge.modern-conventions"
|
|
}
|
|
|
|
minecraft {
|
|
mappings channel: "official", version: "1.20.2"
|
|
}
|
|
|
|
dependencies {
|
|
minecraft "net.minecraftforge:forge:1.20.2-48.0.30"
|
|
}
|