-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Redwood leaves don't use color providers. #28
Comments
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. |
Are you able to provide me with builds of these mods so I can do some testing? |
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 |
- update mappings - fixes for issue #28
Thank you. I'll likely release a patch for this later. |
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 aBlockColorProvider
if present. If noBlockColorProvider
is present it might appear gray instead.The text was updated successfully, but these errors were encountered: