Payload unit update rule

This commit is contained in:
Anuken
2022-01-08 11:06:05 -05:00
parent dcfdf37b4f
commit 5611a212c5
7 changed files with 35 additions and 28 deletions

View File

@@ -49,6 +49,8 @@ public class Rules{
public boolean fire = true;
/** Whether units use and require ammo. */
public boolean unitAmmo = false;
/** EXPERIMENTAL! If true, blocks will update in units and share power. */
public boolean unitPayloadUpdate = false;
/** Whether cores add to unit limit */
public boolean unitCapVariable = true;
/** If true, unit spawn points are shown. */