This commit is contained in:
Anuken
2020-05-31 20:16:32 -04:00
parent 8598b0a23a
commit 5b4a22e219
23 changed files with 3402 additions and 3271 deletions
+2
View File
@@ -83,6 +83,8 @@ public class Block extends UnlockableContent{
public boolean placeableOn = true;
/** whether this block has insulating properties. */
public boolean insulated = false;
/** whether the sprite is a full square. */
public boolean squareSprite = true;
/** tile entity health */
public int health = -1;
/** base block explosiveness */