Open EpicPlayerA10 opened 7 months ago
Hello, your report will be looked into as soon as possible. Please do not bump this thread and don't post it on multiple platforms.
Thanks a lot for your patience.
Is this a really necessary change?
Is this a really necessary change?
Yes, because firstly I use CIT Resewn to show custom armor correctly on shaders, and secondly I use MMOItems for easy management of custom items with skills and Revision ID system.
This change won't break anything because changing it to match armor color will match with the vanilla behaviour. It is not very hard. You can see in my issue a much more detailed and tested solution to this.
i agree this should be done to make it easier to use with other plugins
Is there a way to handle this issue from clientside? I am experiencing this issue on a server I do not own.
Terms
Discord tag (optional)
epicplayera10
What happened?
Custom armors that have only applied armor color without itemsadder nbt won't show armor texture on Optifine or CIT Resewn. I'm using MMOItems that doesn't add itemsadder NBT.
Solution
This bug is caused in CIT configuration because itemsadder matches itemsadder NBT instead of armor color like in vanilla.
I tested various CIT configs and I figured it out that instead of these lines:
you would replace with this line:
where these numbers converted to hex (
11127617
->A9CB41
) is the armor color for texture rendering.When I change CIT config with these lines above, then the armor renders correctly on both vanilla and optifine and cit resewn.
Steps to reproduce the issue
Server version
This server is running Paper version git-Paper-464 (MC: 1.20.4) (Implementing API version 1.20.4-R0.1-SNAPSHOT) (Git: e709245)
ItemsAdder Version
ItemsAdder version 3.6.3-beta-13
ProtocolLib Version
ProtocolLib version 5.2.0-SNAPSHOT-679
LoneLibs Version
LoneLibs version 1.0.45
FULL server log
No response
Error (optional)
No response
Problematic items yml configuration file (optional)
No response
Other files, you can drag and drop them here to upload. (optional)
No response
Screenshots/Videos (you can drag and drop files or paste links)
No response