-
Bug
-
Resolution: Fixed
-
24w09a
-
None
-
Confirmed
-
Data Packs
-
Low
-
Platform
Removing "Bundle Contents" from a bundle removes the GUI from the item's lore, however after a short amount of time, the GUI returns (the component itself).
Steps:
- Make a world with bundles and commands enabled
- Download the datapack with the item modifier that removes bundle_contents and add it to your world (don't forget to reload the world)
- Run the following command with bundle in hand
/item modify entity @s weapon.mainhand test:empty_bundle
(State: component is removed)
- Right click with the bundle(State: component is back)
{ "function": "set_components", "components": { "!minecraft:bundle_contents": {} } }
- relates to
-
MC-269067 item component repair_cost cannot be properly removed
- Resolved