mirror of
https://github.com/ViaVersion/ViaForge.git
synced 2024-11-08 10:09:36 +01:00
2bd493a166
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
8 lines
144 B
Groovy
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"
|
|
}
|