Fixed #2389 / Fixed #2388 / Fixed #2387 / Fixed #2386

This commit is contained in:
Anuken
2020-08-20 15:11:00 -04:00
parent 6d20e354b1
commit 562c41c288
8 changed files with 18 additions and 8 deletions
+4
View File
@@ -94,6 +94,10 @@ public class Block extends UnlockableContent{
public boolean absorbLasers = false;
/** if false, the status is never drawn */
public boolean enableDrawStatus = true;
/** whether to draw disabled status */
public boolean drawDisabled = true;
/** whether to automatically reset enabled status after a logic block has not interacted for a while. */
public boolean autoResetEnabled = true;
/** if true, the block stops updating when disabled */
public boolean noUpdateDisabled = false;
/** tile entity health */