ViaForge/viaforge-mc112/build.gradle
FlorianMichael 2bd493a166
Rework build structure to prevent gradle plugins
Drop 1.14/1.15 as Forge doesn't seem to like Mixins on those versions
Fixed 1.17+ GUI rendering crashing for OpenGL exceptions
2023-12-06 22:05:18 +01:00

8 lines
144 B
Groovy

minecraft {
mappings channel: "stable", version: "39-1.12"
}
dependencies {
minecraft "net.minecraftforge:forge:1.12.2-14.23.5.2859"
}