mirror of
https://github.com/ViaVersion/ViaForge.git
synced 2024-11-22 12:05:23 +01:00
12 lines
193 B
Groovy
12 lines
193 B
Groovy
plugins {
|
|
id "viaforge.forge-conventions"
|
|
}
|
|
|
|
minecraft {
|
|
mappings channel: "stable", version: "39-1.12"
|
|
}
|
|
|
|
dependencies {
|
|
minecraft "net.minecraftforge:forge:1.12.2-14.23.5.2859"
|
|
}
|