Improve vine colors

This commit is contained in:
James Seibel
2021-08-21 20:06:22 -05:00
parent ff3b2aee6b
commit b280303f8f
@@ -534,7 +534,7 @@ public class LodBuilder
}
// plant life
else if (blockState.getBlock() instanceof LeavesBlock)
else if (blockState.getBlock() instanceof LeavesBlock || blockState.getBlock() == Blocks.VINE)
{
Color leafColor = LodUtil.intToColor(biome.getFoliageColor()).darker();
leafColor = leafColor.darker();