mirror of
https://github.com/ViaVersion/ViaForge.git
synced 2024-11-08 10:09:36 +01:00
12 lines
189 B
Groovy
12 lines
189 B
Groovy
plugins {
|
|
id "viaforge.forge-conventions"
|
|
}
|
|
|
|
minecraft {
|
|
mappings channel: "official", version: "1.14.4"
|
|
}
|
|
|
|
dependencies {
|
|
minecraft "net.minecraftforge:forge:1.14.4-28.2.26"
|
|
}
|