mirror of
https://github.com/ViaVersion/ViaForge.git
synced 2025-03-11 13:21:24 +01:00
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
140 B
Groovy
8 lines
140 B
Groovy
minecraft {
|
|
mappings channel: "official", version: "1.20.2"
|
|
}
|
|
|
|
dependencies {
|
|
minecraft "net.minecraftforge:forge:1.20.2-48.0.30"
|
|
}
|