Dark leaves are no longer tinted
This commit is contained in:
parent
7d566fe241
commit
d769214ce1
1 changed files with 2 additions and 2 deletions
|
@ -139,11 +139,11 @@ public class BlockBOPLeaves extends BlockLeaves implements IBOPBlock
|
|||
{
|
||||
switch (tree)
|
||||
{
|
||||
case BAMBOO: case DEAD: case ETHEREAL: case FIR: case HELLBARK: case JACARANDA: case MAGIC: case MAPLE: case ORANGE_AUTUMN: case ORIGIN: case PINK_CHERRY: case WHITE_CHERRY: case YELLOW_AUTUMN: case RED_BIG_FLOWER: case YELLOW_BIG_FLOWER:
|
||||
case BAMBOO: case DARK: case DEAD: case ETHEREAL: case FIR: case HELLBARK: case JACARANDA: case MAGIC: case MAPLE: case ORANGE_AUTUMN: case ORIGIN: case PINK_CHERRY: case WHITE_CHERRY: case YELLOW_AUTUMN: case RED_BIG_FLOWER: case YELLOW_BIG_FLOWER:
|
||||
return ColoringType.PLAIN;
|
||||
case FLOWERING:
|
||||
return ColoringType.OVERLAY;
|
||||
case DARK: case MAHOGANY: case MANGROVE: case PALM: case PINE: case REDWOOD: case SACRED_OAK: case WILLOW: default:
|
||||
case MAHOGANY: case MANGROVE: case PALM: case PINE: case REDWOOD: case SACRED_OAK: case WILLOW: default:
|
||||
return ColoringType.TINTED;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue