Removed unnecessary betterTextures Icon
This commit is contained in:
parent
8407164b4c
commit
08e02cd47f
2 changed files with 0 additions and 2 deletions
|
@ -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)
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue