Rule & control for logic unit deconstruction (off by default)

This commit is contained in:
Anuken
2025-12-19 00:35:41 -05:00
parent f391126b5b
commit b84d12407f
6 changed files with 25 additions and 9 deletions

View File

@@ -92,6 +92,8 @@ public class Rules{
public boolean ghostBlocks = true;
/** Whether to allow units to build with logic. */
public boolean logicUnitBuild = true;
/** Whether to allow units to deconstruct blocks with logic. */
public boolean logicUnitDeconstruct = false;
/** If true, world processors can be edited and placed on this map. */
public boolean allowEditWorldProcessors = false;
/** If true, world processors no longer update. Used for testing. */