10 lines
303 B
Text
10 lines
303 B
Text
|
plugins {
|
||
|
kotlin("jvm") version "1.6.21" apply false
|
||
|
id("gg.essential.multi-version.root")
|
||
|
id("com.github.johnrengelman.shadow") version "7.1.2" apply false
|
||
|
id("io.github.juuxel.loom-quiltflower-mini") version "171a6e2e49" apply false
|
||
|
}
|
||
|
|
||
|
preprocess {
|
||
|
"1.8.9-forge"(10809, "srg") {}
|
||
|
}
|