Add DynamicRegion

This commit is contained in:
2026-08-13 17:40:57 +02:00
parent d99d054719
commit d7e7961a34
9 changed files with 160 additions and 66 deletions
+9
View File
@@ -41,3 +41,12 @@ tasks.register<DevServer>("DevBau21") {
dependsOn(":KotlinCore:shadowJar")
template = "Bau21"
}
tasks.register<DevServer>("DevBau21Dynamic") {
group = "run"
description = "Run a 1.21 Dynamic Dev Bau"
dependsOn(":BauSystem:shadowJar")
dependsOn(":SchematicSystem:shadowJar")
template = "Bau21-Dynamic"
jar = "/jars/paper-1.21.6.jar"
}