667278f Handle booleans in json->tag conversion
fa7096c Convert boss bar packets
958064b Suggest Fabric loader 0.14.0+ and ViaFabric 0.4.10+ (#3474)
26dad99 23w41a
d8007dc Fix valid block placements being prevented (#3407)
5850a98 More spring cleaning
095fe16 Don't use not yet loaded platform logger in config
cbf8b8f Send last tags when re-entering config phase
d600b0c Queue join game first, then send config packets
0d70cdb Fix uuid nbt conversion
b1b0874 Some cosmetic code changes and typo fixes
67ba0e9 Fix typos of entity
bebdc34 Register config during manager init
3e0eb90 Update OpenNBT (now ViaNBT)
d8f9894 Refactor ConfigurationProvider
0c3d709 Clear input buffer instead of reading remaining bytes (#3471)
868c5ba Make registry fields in 1.8 ItemRewriter public (#3472)
0953ff7 Implement dumb nbt<->json component conversion
c211b10 Rename NBT and NBT_ARRAY types, add TagType In theory the nameless compound tag type doesn't exist as it is written as any tag, but in practice is almost always cast and checked for its type, so we keep the extra CompoundTagType (nameless) and add the proper TagType (nameless, any tag) used for components
def3bf9 Add remaining packet transformers, missing actual component conversion