1
0

Initial commit

This commit is contained in:
2024-02-12 17:08:30 +00:00
commit fa5f615562
18 changed files with 875 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
plugins {
alias(libs.plugins.run.waterfall)
}
dependencies {
compileOnly(libs.minecraft.proxy.waterfall)
}
tasks.runWaterfall {
waterfallVersion("1.20")
}