ViaForge/viaforge-mc116/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.16.5"
}
dependencies {
minecraft "net.minecraftforge:forge:1.16.5-36.2.39"
}