| Name | removed_components |
| Object | ItemTag |
| Input | ListTag |
| Related Tags | <ItemTag.removed_components> (Property) Returns the item components explicitly removed from an item. (...)
|
| Description | (Property) Sets the item components explicitly removed from an item.
This can be used to remove item's default behavior, such as making consumable items non-consumable. Alternatively, use ItemTag.remove_component to remove a single component. See Item Components for more information. |
| Group | Properties |
| Source | https://github.com/DenizenScript/Denizen/blob/dev/paper/src/main/java/com/denizenscript/denizen/paper/properties/ItemRemovedComponents.java#L14 |