Skip to content
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

[BUG]Multi-texture items, like Spawn Eggs and Potions, tint incorrectly #68

Open
Cedric-Vii opened this issue Apr 11, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@Cedric-Vii
Copy link

Describe the bug
Items that use multi-part textures, such as Potions and Spawn Eggs, seem to have tint colors applied to the whole item, rather than to the respective texture parts, when using a resource pack with grid colormap applied out of /assets/minecraft/optifine/colormap/custom/. Removing colormap from /custom/ fixes the issue, but then obviously no longer applies tint to blocks.

To Reproduce
Steps to reproduce the behavior:

  1. Activate resource pack (example attached) containing a colormap (grass.png in example ashen_potion_test_broken) in the /custom/ folder.
  2. Check Potion or Spawn Egg textures.
  3. Textures should be incorrectly colored.

Expected behavior
Potions will have only the texture potion_overlay.png tinted, and Spawn eggs will have the textures spawn_egg_overlay.png and spawn_egg.png tinted separately when a grid-based colormap is present in /custom/.

Screenshots
Expected behavior:
expected_potions
expected_eggs
Received behavior:
received_potions
received_eggs

Desktop (please complete the following information):

  • OS: Windows 10 Home
  • Minecraft Version: 1.20.4
  • Mod Version: 0.1.675

Additional context
Example packs attached below:
ashen_potion_test_broken.zip
ashen_potion_test_working.zip

@Cedric-Vii Cedric-Vii added the bug Something isn't working label Apr 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant