in-line equipment color no longer functions
Summary
The method of making mobs equip basic vanilla leather items with color added to them in the mobs file no longer works and instead doesnt equip the mob at all. The method can be found here: https://git.mythiccraft.io/mythiccraft/MythicMobs/-/wikis/4.4.x_changelogs under the section Item Drops
Equipment:
- LEATHER_HELMET{color=BLACK} HEAD
- LEATHER_CHESTPLATE{color=BLACK} CHEST
- LEATHER_LEGGINGS{color=BLACK} LEGS
- LEATHER_BOOTS{color=BLACK} FEET
Steps to reproduce
Take the example above and try it, then see that the mob wont equip any armor at all.
Current behavior
The mob does not equip any armor
Intended correct behavior
The mob should equip the armor, and should have the correct color.
Debug log snippet
There is no debug log, the console shows no errors.
I am on the newest MM to date, build: 2ad3e0f5 on paper-564
Proposed fixes
Something from base minecraft probably changed since this method was added in MM 4.4