An experiment

This commit is contained in:
Anuken
2021-10-20 10:45:15 -04:00
parent a21f6d335f
commit 4436a5ced9
10 changed files with 55 additions and 9 deletions

View File

@@ -120,6 +120,8 @@ public class Block extends UnlockableContent{
public boolean autoResetEnabled = true;
/** if true, the block stops updating when disabled */
public boolean noUpdateDisabled = false;
/** if true, this block updates when a payload of a unit. Currently unused! */
public boolean updateInUnits = true;
/** Whether to use this block's color in the minimap. Only used for overlays. */
public boolean useColor = true;
/** item that drops from this block, used for drills */