Terrestria

Terrestria

2M Downloads

Leaves on stripped small oak logs are not tinted

haykam821 opened this issue ยท 0 comments

commented

Unlike normal small oak logs, the leaves on stripped small oak logs do not match the biome color. This is because they do not have a color provider:

ColorProviderRegistry.BLOCK.register(
FOLIAGE_BLOCK_COLORS,
TerrestriaBlocks.RUBBER.leaves,
TerrestriaBlocks.CYPRESS.leaves,
TerrestriaBlocks.WILLOW.leaves,
TerrestriaBlocks.RAINBOW_EUCALYPTUS.leaves,
TerrestriaBlocks.JAPANESE_MAPLE_SHRUB_LEAVES,
TerrestriaBlocks.REDWOOD.leaves,
TerrestriaBlocks.HEMLOCK.leaves,
TerrestriaBlocks.SMALL_OAK_LOG
);

Stripped small oak logs with leaves and no color provider