2023-10-21 01:27:37 +02:00
|
|
|
plugins {
|
2023-10-21 16:08:11 +02:00
|
|
|
id "viaforge.modern-conventions"
|
2023-10-21 01:27:37 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
minecraft {
|
|
|
|
mappings channel: "official", version: "1.20.2"
|
|
|
|
}
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
minecraft "net.minecraftforge:forge:1.20.2-48.0.30"
|
|
|
|
}
|