New Major Version!
This version breaks backward compatibility. If you upgrade to 2.0.0 or higher, you won’t be able to downgrade without losing your item labels. Not that you would ever want to downgrade :)
Changes/Additions:
- Made the mod client-optional
- Previously, if the mod was installed on the server, players without it couldn't join
- Now that is possible as the mod's custom data components have been removed and all data is now stored in Minecraft vanilla's custom_data attribute (Thanks to mistrk7: issue)
- All of the old custom data components will be automatically converted to the new format upon load
- Fixed inconsistencies for a few items if rendered in 3D
- The following items/blocks now render properly: button, dirt path, conduit, barrier, spore blossom, shield
- Labels now inherit all of the item's data components (Data Components)
- This allows resource packs to utilize custom_model_data or any other component to render custom item models
- Internally, instead of using the Item type to store the label, ItemStack is now used
- Removed erroneous debug statement left in from previous version (Thanks to cqm3ron: issue)
Major Release!
- Added proper detailed config screen
- Added "ISO" rendering mode
- Added small flat rendering mode
- Added fine-grained rendering controls for GUI, Hands and World rendering
- Fixed a bug with the anvil
- And more!



