- Update to 1.20.5 - 1.21.1
Regarding 1.20.5 Item Data Components
There is no simple or easy way that I am aware of to convert a whole string into Data Components like what could be done with NBT Data. So I have decided to keep the same format and manually convert some NBT Data structures into matching Component Types. You must still use 1.20.4 or lower systems when writing your Item Data, you can use https://mcstacker.net/1.20.3.php for better help with this. However the way it is setup should still support any newer version data like enchantments or attributes if the NBT is structured correctly
Currently the conversion should work on:
- Custom Names, Lore and Text Formatting
- Item Damage (Set Durability)
- All Enchantments
- All Attributes
- Container Contents (Like Chests with items inside them when you place them)
- Container Locks
More options will be added in future but these basic ones should cover most cases