Separate Transforms - Dark GUI
Minecraft Version: 1.21.1
NeoForge Version: 21.1.201
Logs: Nothing is shown in the log relating to this issue.
Steps to Reproduce:
- Create a separate transform model - give it any perspective.
Description of issue: Item models created with "neoforge:separate_transforms" have their texture darkened in the GUI - no matter what perspective you use.
As you can see here, it has no affect on third person models, first person models (not shown), Item Frame models, or ground models. Only the GUI. Refer to the Pickaxe shown for how the texture's colors should actually look. Thank you!
For the sake of being able to reproduce this issue (both by us now and for the future), could you please provide a minimal resource pack which reproduces the issue? The resource pack could, for example, change the diamond sword's (or any bright item) model to use a separate-transforms model.
I'm having the same issue! Let me know if you find a fix. 🙏
I found a fix! Right after seperate_transforms add "gui_light": "front". It fixed the darkness and doesn't effect the held or dropped model.
Created a PR - https://github.com/neoforged/NeoForge/pull/2807