ViaForge/viaforge-mc120/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
140 B
Groovy

minecraft {
mappings channel: "official", version: "1.20.2"
}
dependencies {
minecraft "net.minecraftforge:forge:1.20.2-48.0.30"
}