Add DynamicRegionVisualizer

This commit is contained in:
2026-08-13 17:42:10 +02:00
parent aa728205f0
commit a809c7d775
4 changed files with 166 additions and 2 deletions
+1
View File
@@ -45,6 +45,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"