Removed unnecessary betterTextures Icon

This commit is contained in:
Adubbz G 2013-06-28 06:02:39 +10:00
parent 8407164b4c
commit 08e02cd47f
2 changed files with 0 additions and 2 deletions

View file

@ -24,7 +24,6 @@ public class BlockBOPColorizedLeaves extends BlockLeavesBase implements IShearab
{
private static final String[] leaves = new String[] {"acacia", "mangrove", "palm", "redwood", "willow", "pine"};
private Icon[][] textures;
private Icon[] betterTextures;
int[] adjacentTreeBlocks;
public BlockBOPColorizedLeaves(int blockID)

View file

@ -30,7 +30,6 @@ public class BlockBOPLeaves extends BlockLeavesBase implements IShearable
//Autumn - Orange = Leaves 1, Origin - White = Leaves 2
private static final String[] leaves = new String[] {"yellowautumn", "bamboo", "magic", "dark", "dead", "fir", "holy", "orangeautumn", "origin", "pinkcherry", "maple", "whitecherry", "hellbark", "jacaranda"};
private Icon[][] textures;
private Icon[] betterTextures;
private final LeafCategory category;
int[] adjacentTreeBlocks;