Compatibility
Minecraft: Java Edition
1.21.x
1.20.x
1.19.x
1.18.x
1.17.x
1.16.x
1.15.x
1.14.x
1.13.x
1.12.x
1.11.x
1.10.x
1.9.x
1.8.8–1.8.9
Platforms
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Details
Changelog
Make sure to read Rtag 1.6.0 announce
Additions
- Support for Minecraft 1.21.5.
- Support for plain text on
ChatComponent#fromJson()
. - Automatic update from old raw text format on
ChatComponent#fromJson()
. ChatComponent#fromTag()
to create a text component using a NBT object (Compatible with pre 1.21.5 versions).ChatComponent#toTag()
andChatComponent#toTagOrNull()
to create a NBT object using text component (Compatible with pre 1.21.5 versions).- Heterogenous tag list compatibility.
ItemObject#isEmpty()
to check if Minecraft ItemStack is empty or not.
Changes
- Text component codec usage on
ChatComponent#toJson()
if the server is on 1.20.5 or higher.
Bug Fixes
- Tag compound
clone
method not being correctly declared on versions between 1.13 and 1.17.1.