Changelog
Bug Fixes
Shulker Boxes Now Stack With the Socially Acceptable Amount of Eagerness.
Per 8.3, shulkers could stack irregardless of container
contents making for easy duping and voiding of items. This issue has been resolved. As such, Shulkers have earned back the privilege of having their stacksize directly driven by data, and even have a new feature with it.
Features
Shulker Boxs Are Now Bistackual.
Shulker boxes can now be configured to have two different stack sizes: One for empty boxes, and one for boxes with identical non-empty contents, by including the shulker in two (or more) different .jsons. Empty Shulker boxes will stack to the largest value: Shulker boxes with items will stack to the smallest value.
Example
Including "minecraft:shulker_box"
in both the max_stack_size_1.json
, max_stack_size_16.json
, and the max_stack_size_64.json
would have shulker boxes with items non-stackable, but empty shulkers stack to 64. The max_stack_size_16.json
has no effect.