editor model data - magemonkeystudio/divinity GitHub Wiki
🧾 Editor: Custom Model Data
The Custom Model Data option assigns a specific visual override to your item using resource pack model IDs.
How to Use
- Click the Custom Model Data icon in the editor.
- You’ll be prompted to enter an integer value.
- This value will be stored as
CustomModelData
on the item.
Notes
- Only applies if a resource pack is being used.
- Must match a
CustomModelData
key defined in your resource pack.
Example
- Enter
1010
→ The item will render using the model forCustomModelData:1010
.
Tips
- 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