mirror of
https://github.com/ViaVersion/ViaForge.git
synced 2024-11-22 12:05:23 +01:00
13 lines
231 B
Groovy
13 lines
231 B
Groovy
plugins {
|
|
id "viaforge.forge-conventions"
|
|
id "viaforge.conflicting-conventions"
|
|
}
|
|
|
|
minecraft {
|
|
mappings channel: "official", version: "1.16.5"
|
|
}
|
|
|
|
dependencies {
|
|
minecraft "net.minecraftforge:forge:1.16.5-36.2.39"
|
|
}
|