
Bundle Weight, There's More!
Ever dreamed of putting single-stack items together in a bundle? Now you can! This modification separates stack size and bundle weight by adding a bundleweight:bundle_weight
component that controls how much space an item takes up! The component contains numerator
and denominator
fields, allowing for precise customization.
For example: /give @s minecraft:diamond_sword[bundleweight:bundle_weight={numerator:1,denominator:3}]
Voilà! Now the diamond sword takes only 1/3 of a bundle while maintaining a maximum stack size of 1.
Important: this is a library mod that doesn't change bundle weights by itself. For specific changes, see the "Bundle Wait, There's Four!" modification.
Functionality
The mod introduces a system for managing item space in bundles, which is particularly useful for undividable items or tools that normally require significant space.