1.9.54 for 1.18.2
This release for 1.18 notably backports the book export command from newer Mantle versions to 1.18. It also backports many bug fixes from the 1.19 version, as they were trivial to copy over and might as well if we are making another release.
Additions
- Added new book export command for the sake of generating book pages on the website. See Mantle Commands for more information.
- Added a method to
GenericDataProvider
to save JSON using a codec. - Improve resource failure message when it is unable to be loaded.
Fixes
- Fix crash from adding invalid NBT to retextured blocks (#207)
- Fix missing page numbers on books (#218)
- Fix missing sound when a fluid has no sound (SlimeKnights/TinkersConstruct#5185)
- Fix
MantleItemLayer
not properly supporting animations with frame count mismatching frame list - Fix
ItemOutput
caching missing results - Fix
TagPreference
conflict if multiple registries have a tag with the same name. Also ensure its threadsafe - Fix log output for
FluidTooltipHandler
reporting the wrong number of parsed fluid tooltips - Fix AddLootEntryModifier reading the conditions array from the wrong location (SlimeKnights/TinkersConstruct#5268)