Missing Color Providers
CoolMineman opened this issue ยท 2 comments
DARK_JAPANESE_MAPLE_LEAVES, JUNGLE_PALM_LEAVES, and maybe some other things are missing color providers.
https://github.com/TerraformersMC/Terrestria/blob/1.16.3/src/main/java/com/terraformersmc/terrestria/TerrestriaClient.java#L51-L62
Causes CoolMineman/BitsAndChisels#26
I suppose that it would be possible to register a default color provider here, since the colors for those leaves are baked into the texture.
But the Bits and Chisels code there is broken - you should be using the vanilla BlockColors class instead, since it's not guaranteed that all colored blocks will exist in Fabric's ColorProviderRegistry.