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