ViaForge/viaforge-mc119/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
139 B
Groovy

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