Items Overview
Define custom items that can be used for mob equipment or drops.Configuration
Item files are located inplugins/btcMobs/Items/.
Basic Structure
Options
| Option | Type | Description |
|---|---|---|
Material | string | Base item type |
Display | string | Custom display name |
Lore | list | Item description lines |
Enchantments | map | Enchantment: Level pairs |
Amount | number | Stack size |
Unbreakable | boolean | Prevent durability loss |
Model | string | (New 1.21.4+) Namespaced model (e.g., namespace:model_id) |
CustomModelData | number/string | Legacy custom model ID (integer) or Model String |
[!NOTE] Starting with Minecraft 1.21.4, it is highly recommended to use theModeloption which supports namespaced strings.CustomModelDatais still supported for backwards compatibility and will automatically handle both integer IDs and namespaced keys.