Added hidden rule for environment deconstruction / Increased impact reactor liquid capacity

This commit is contained in:
Anuken
2024-01-20 20:45:15 -05:00
parent 367a20c891
commit 7d8aea77d8
3 changed files with 5 additions and 2 deletions

View File

@@ -105,6 +105,8 @@ public class Rules{
public boolean coreDestroyClear = false;
/** If true, banned blocks are hidden from the build menu. */
public boolean hideBannedBlocks = false;
/** If true, most blocks (including environmental walls) can be deconstructed. This is only meant to be used internally in sandbox/test maps. */
public boolean allowEnvironmentDeconstruct = false;
/** If true, bannedBlocks becomes a whitelist. */
public boolean blockWhitelist = false;
/** If true, bannedUnits becomes a whitelist. */