ViaForge/viaforge-mc1192/build.gradle

8 lines
139 B
Groovy
Raw Normal View History

2024-07-05 00:36:47 +02:00
minecraft {
mappings channel: "official", version: "1.19.2"
}
dependencies {
minecraft "net.minecraftforge:forge:1.19.2-43.4.2"
}