Initial commit
This commit is contained in:
11
gradle/module-resources/waterfall.kts
Normal file
11
gradle/module-resources/waterfall.kts
Normal file
@@ -0,0 +1,11 @@
|
||||
plugins {
|
||||
alias(libs.plugins.run.waterfall)
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compileOnly(libs.minecraft.proxy.waterfall)
|
||||
}
|
||||
|
||||
tasks.runWaterfall {
|
||||
waterfallVersion("1.20")
|
||||
}
|
||||
Reference in New Issue
Block a user