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.18.2"
|
|
|
|
}
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
minecraft "net.minecraftforge:forge:1.18.2-40.2.0"
|
|
|
|
}
|