-
Notifications
You must be signed in to change notification settings - Fork 14
editor model data
goflishMC edited this page Jun 28, 2025
·
1 revision
The Custom Model Data option assigns a specific visual override to your item using resource pack model IDs.
- Click the Custom Model Data icon in the editor.
- You’ll be prompted to enter an integer value.
- This value will be stored as
CustomModelDataon the item.
- Only applies if a resource pack is being used.
- Must match a
CustomModelDatakey defined in your resource pack.
- Enter
1010→ The item will render using the model forCustomModelData:1010.
- Keep a reference sheet of your resource pack model IDs.
- Prefer using this only when a single material is used. For multiple materials with different visuals, use the Material editor instead.
Return to: Item Generator Module