Fixes
- Fixed barrel on minecarts, boats and Create contraptions to properly show display items with dynamic renderers like chests
Fixes
- Fixed barrel minecarts and boats to properly show display items with dynamic renderers like chests
Fixes
- Fixed limited barrels to properly update their display items and counts when these are put in / taken out in world. Also improved performance of related logic.
Fixes
- Fixed compression upgrade decompression config default to have clay block to 4x clayballs (instead of erroneous clayball to 4x clay block)
Fixes
- Fixed limited barrels to properly show items and their counts after world/chunk load
Fixes
- Fixed storage render on contraptions to properly load when world/chunk is loaded
Fixes
- Fixed limited barrels to have item display slots and no sorting properly set even when they are placed using other means than just from player's hand
Features
- Added controllerRange sophisticated storage config (by default 15) that allows setting how far controller connects storage blocks to the multiblock
Features
- Added limitedBarrelCountDyeingEnabled config (by default set to true) that allows disabling the dye interaction with limited barrels that changes color of the counts shown
Features
- Added more items to config as decompressible with compression upgrade - clay block to clay balls, snow block to snowballs, bricks block to brick items, nether bricks block to nether brick items, nether wart block to nether wart and melon to melon slices. This is added in default config so a config refresh is required to pickup the change in existing minecraft instance.
Fixes
- Fixed storages to not crash when they are placed and have uuid assigned that doesn't have related storage contents in the data (item in quests with uuid, data was removed on the disc, ...). This will log an error now to explain why player isn't seeing any contents in the storage if they were expecting that.