class ItemModificationConfig( val itemId: Identifier )Configuration for modifying existing item properties.
This class provides a fluent API for modifying properties of existing items registered in Minecraft's item registry. Similar to KubeJS's item modification system.
Properties
| Property | Description |
|---|---|
itemId | The identifier of the item to modify |