forgot I'm working on wrapper... still, I need color.

This commit is contained in:
cola98765
2021-12-26 15:41:58 +01:00
parent 97c52834f5
commit 73071119fa
@@ -240,7 +240,7 @@ public class BlockColorWrapper implements IBlockColorWrapper
/** determine if the given block should use the biome's foliage color */
private boolean leavesInstance()
{
return (block instanceof LeavesBlock && block != Blocks.SPRUCE_LEAVES && block != Blocks.BIRCH_LEAVES)
return (block instanceof LeavesBlock && block != Blocks.SPRUCE_LEAVES && block != Blocks.BIRCH_LEAVES/* && block != Blocks.AZALEA_LEAVES && block != Blocks.FLOWERING_AZALEA_LEAVES*/)
|| block == Blocks.VINE
|| block == Blocks.SUGAR_CANE;
}