11 lines
162 B
Kotlin
11 lines
162 B
Kotlin
plugins {
|
|
alias(libs.plugins.run.waterfall)
|
|
}
|
|
|
|
dependencies {
|
|
compileOnly(libs.minecraft.proxy.waterfall)
|
|
}
|
|
|
|
tasks.runWaterfall {
|
|
waterfallVersion("1.20")
|
|
} |