... | ... | @@ -12,4 +12,5 @@ These options are applicable to all items, and go under the Options field: |
|
|
| PreventAnvil: [true/false]| Prevents the item from being used in an anvil. |
|
|
|
| PreventSmithing: [true/false]| Prevents the item from being used in a smithing table. Defaults to `true` for items with CustomModelData. |
|
|
|
| PreventCrafting: [true/false]| Prevents the item from being used to craft other items. Defaults to `true` for items with CustomModelData. |
|
|
|
| PreventEnchanting: [true/false]| Prevents the item from being enchanted. | |
|
|
\ No newline at end of file |
|
|
| PreventEnchanting: [true/false]| Prevents the item from being enchanted. |
|
|
|
| SkillType: [item] | What MYTHIC_TYPE nbt should be set on the item. Conditions that checks against the items will evaluate this item as the specified one, and all skills of the selected item are applied, while those of the original item are ignored. | |
|
|
\ No newline at end of file |