Plastanium laser blocking

This commit is contained in:
Anuken
2020-06-06 17:15:08 -04:00
parent 182d8e2daf
commit b4cecbc3b9
4 changed files with 30 additions and 5 deletions

View File

@@ -86,6 +86,8 @@ public class Block extends UnlockableContent{
public boolean insulated = false;
/** whether the sprite is a full square. */
public boolean squareSprite = true;
/** whether this block absorbs laser attacks. */
public boolean absorbLasers = false;
/** tile entity health */
public int health = -1;
/** base block explosiveness */