Add DynamicRegion

This commit is contained in:
2025-12-19 17:25:12 +01:00
parent 5958befced
commit 54f8dc9eb0
9 changed files with 160 additions and 66 deletions
+9
View File
@@ -40,3 +40,12 @@ tasks.register<DevServer>("DevBau21") {
dependsOn(":SchematicSystem: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"
}