A block component that allows a custom block to inherit the native behaviors of a storage block like a chest or shulker box is necessary for creators looking to make advanced structure generation addons.
Currently, there is no plausible way to include custom storage blocks (filing cabinets, drawer blocks, cabinet blocks) in a generated structure, as there is no way to generate loot in that custom block during generation. The only way to configure a block to HAVE an inventory is by linking an invisible entity with the minecraft:inventory component, which does not have the ability to roll a loot table. Because of this, every custom storage block in a generated structure is empty.
For creators aiming to create large generation addons, loot table implementation for custom storage blocks would be a Godsend.
Please sign in to leave a comment.
0 Comments