Add further support for bedrock's dyed icon variant in the custom item API#12
Add further support for bedrock's dyed icon variant in the custom item API#12ezariago wants to merge 1 commit into
dyed icon variant in the custom item API#12Conversation
|
Will try to review this some time soon™ - not sure whether I like that Also, have you tested this actually works? I'm not sure if the dyed icon property is sent over network the same as it appears in behaviour packs. |
Tysm! Sorry for the late reply
Sure thing! I noticed the same thing while I was writing the code, where the
As for the |
|
Thanks! If you don't feel like doing it, I can also do a quick test with |
|
If you don't mind doing a quick test about it, that would be great! :D it's already getting late for me |
This PR includes the required code changes for the dyed icon variant of bedrock's dyeable item.
The PR also changes data structure on mappings to use a component-based object (instead of simple hex integer) for bedrock_options, which now is written as follows:
This is done to ensure all dyeable-related properties are grouped under a single object for better consistency.