2023-10-20 23:59:21 +02:00
|
|
|
plugins {
|
2023-10-21 16:08:11 +02:00
|
|
|
id "viaforge.modern-conventions"
|
2023-10-20 23:59:21 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
minecraft {
|
|
|
|
mappings channel: "official", version: "1.17.1"
|
|
|
|
}
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
minecraft "net.minecraftforge:forge:1.17.1-37.1.1"
|
|
|
|
}
|