Add DynamicRegion

This commit is contained in:
2026-03-16 21:08:25 +01:00
parent 1efedcce9c
commit eea422aaf6
9 changed files with 160 additions and 66 deletions
+9
View File
@@ -54,3 +54,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"
}