mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-02-23 04:59:19 +07:00
Merge branch 'master' of https://github.com/Anuken/Mindustry
This commit is contained in:
commit
22564de3c8
@ -121,7 +121,7 @@ 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! */
|
||||
/** if true, this block updates when it's a payload in 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;
|
||||
|
Loading…
Reference in New Issue
Block a user