2023-10-21 02:40:45 +02:00
|
|
|
plugins {
|
2023-10-21 16:08:11 +02:00
|
|
|
id "viaforge.forge-conventions"
|
2023-10-21 02:40:45 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
minecraft {
|
|
|
|
mappings channel: "official", version: "1.15.2"
|
|
|
|
}
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
minecraft "net.minecraftforge:forge:1.15.2-31.2.57"
|
|
|
|
}
|