ItemsModels & CustomModelData
Item Model Component
📦resource_pack.zip
└── 📁assets
└── 📁minecraft
└── 📁items
└── 📁📑some_item.jsonGive Command
CustomModelData Examples
📦resource_pack.zip
└── 📁assets
└── 📁minecraft
├── 📁items
│ └── 📑diamond.json
└── 📁models
└── 📁item
└── 📑awesome_item.jsonGive Command
More Items Examples
Example of 2D Item in Inventory and 3D Item in Hand
Example of eating animation
Items with CustomModelData that change according to a date
Last updated