diff --git a/core/src/io/anuke/mindustry/world/Block.java b/core/src/io/anuke/mindustry/world/Block.java index 5d2d1f17eb..8d140696eb 100644 --- a/core/src/io/anuke/mindustry/world/Block.java +++ b/core/src/io/anuke/mindustry/world/Block.java @@ -89,9 +89,6 @@ public class Block{ /**list of displayed block status bars. Defaults to health bar.*/ public Array 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);