Skip to content

Rtag 1.5.10

Compare
Choose a tag to compare
@Rubenicos Rubenicos released this 26 Mar 20:44
· 11 commits to main since this release
d065fe3

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() and ChatComponent#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.