Add DynamicRegionVisualizer

This commit is contained in:
2026-03-16 22:16:23 +01:00
parent 83d868eba2
commit 5989b0cb04
4 changed files with 166 additions and 2 deletions
+1
View File
@@ -44,6 +44,7 @@ tasks.register<DevServer>("DevBau21") {
tasks.register<DevServer>("DevBau21Dynamic") {
group = "run"
description = "Run a 1.21 Dynamic Dev Bau"
dependsOn(":SpigotCore:shadowJar")
dependsOn(":BauSystem:shadowJar")
dependsOn(":SchematicSystem:shadowJar")
template = "Bau21-Dynamic"