Ratatouille 1.2.2 - 1.21.1:
- Replaced CustomModelArmorUtil.SetItems record with the ArmorDisplayConditions abstract class
- This abstract class has no functionality on its own and needs to be extended and have its four shouldDisplay methods defined
- Added an ItemSetDisplayConditions class that works the same way CustomModelArmorUtil.SetItems did
see full changelog here
Ratatouille 1.2.1 - 1.21.1:
- Removed getRightArm and getLeftArm from the RendersArmInFirstPerson interface
- Given the interface is supposed to be implemented on a BipedEntityModel, it will now automatically use the "right_arm" and "left_arm" parts of the biped model
- Tweaked the custom armor model and template to more closely match biped entity models
- Fixed custom armor models not properly matching baby biped mobs
see full changelog here
Ratatouille 1.2.0 - 1.21.1:
- Added the ability to give items and armor to mobs by interacting with them while in creative and sneaking with an item in hand
- Added the ability to hit mobs in creative while sneaking with an empty hand to make them drop all their equipped items
- Added a custom model armor util
- Allows adding armor with custom models with a single method call (and custom model)
- Automatically displays said custom armor on a player's hands in first person.
see full changelog here
Ratatouille 1.0.6 - 1.20.1:
- Removed colored names from supporters for now, leaving only a folly red rat icon appended to the name
- Plan is to make supporters able to choose their own custom colors in the future
- Fixed supporter icons appearing for non-supporters
- Fixed supporter cosmetics screen not appearing locked to non-supporters
see full changelog here
Ratatouille 1.0.2 - 1.20.1:
- Added a cosmetics configuration screen util
- Added a text formatting util that capitalizes strings and replaces underscores with spaces
- Added a screen to adjust the plush on head cosmetic for supporters, accessible by sneak-right-clicking any plush in the air
- Fixed plush on head rendering rotating too much other feature renderers
see full changelog here