Name | custom_model_data |
Object | ItemTag |
Input | ElementTag(Number) |
Related Tags | <ItemTag.has_custom_model_data> Returns whether the item has a custom model data ID number set on it. (...)
<ItemTag.custom_model_data> Returns the custom model data ID number of the item. (...)
|
Description | Changes the custom model data ID number of the item.
Use with no input to remove the custom model data. |
Generated Example |
|
Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/properties/item/ItemCustomModel.java#L99 |