| Name | <ItemTag.item_model> |
| Returns | ElementTag |
| Mechanism | ItemTag.item_model |
| Description | (Property) Returns an item's model Item Components in namespaced key format.
The default namespace is "minecraft", so for example an input of "stone" becomes "minecraft:stone", and will set the item model to a stone block. This can also be used to display item models from your own custom resource packs. |
| Generated Example | |
| Group | Properties |
| Source | https://github.com/DenizenScript/Denizen/blob/dev/paper/src/main/java/com/denizenscript/denizen/paper/datacomponents/ItemModelAdapter.java#L11 |