Start of work on logic stuff

This commit is contained in:
Anuken
2020-08-04 23:37:12 -04:00
parent 03b5bc9449
commit 75eed2926a
15 changed files with 1626 additions and 1406 deletions
+2
View File
@@ -92,6 +92,8 @@ public class Block extends UnlockableContent{
public boolean squareSprite = true;
/** whether this block absorbs laser attacks. */
public boolean absorbLasers = false;
/** if false, the status is never drawn */
public boolean enableDrawStatus = true;
/** tile entity health */
public int health = -1;
/** base block explosiveness */