Removed unused region code

This commit is contained in:
Anuken
2018-02-05 21:01:16 -05:00
parent 938ea19b5e
commit 55ae4c6ea5

View File

@ -89,9 +89,6 @@ public class Block{
/**list of displayed block status bars. Defaults to health bar.*/
public Array<BlockBar> bars = Array.with(new BlockBar(Color.RED, false, tile -> tile.entity.health / (float)tile.block().health));
/**texture info*/
TextureRegion[] regions;
public Block(String name) {
this.name = name;
this.formalName = Bundles.get("block." + name + ".name", name);