
Redwood leaves don't use color providers.
LambdAurora opened this issue ยท 5 comments
Describe the bug
Redwood leaves don't use color providers for the block form nor the item form.
Expected behavior
Redwood leaves should use color providers to increase compatibility with minimap mods and other mods relying on the presence of color providers for leaves.
Additional context
This is mostly a compatibility issue, minimap mods will often use the MapColor
or a BlockColorProvider
if present. If no BlockColorProvider
is present it might appear gray instead.
I won't be able to provide a build of LambdaMap as I haven't updated it yet, but it's similar to Blockus#71.
For Aurora's Decorations the JAR file can be fetched from the GitHub actions: https://github.com/LambdAurora/AurorasDecorations/suites/2952400489/artifacts/66426089
I'll look into this. Could you provide the version of the VanillaEnhanced you are using as well as the name of the minimap mod?
The version of VanillaEnhanced used is 1.6.1, the minimap mod concerned is LambdaMap. It also affects the content mod Aurora's Decorations as it can't deduce the coloring of the leaf part of the stump block.
Here's a picture of the stump block for example:
That's the only missing piece for perfect compatibility.