Items Updater
Disabling update for a single ItemStack instance
Disable update for a certain custom item completely
Example
test_item2:
name: Test Item 2
resource:
generate: false
model_path: minecraft:item/diamond
material: IRON_SWORD
max_stack_size: 16
lore:
- lol
- lol
enchants:
- BREACH
attribute_modifiers:
head:
armor_toughness: 8
auto_update:
enabled: false # <--- hereSome special settings
enchantment_mode
enchantment_modefix_unstackable_items_on_click
fix_unstackable_items_on_clickLast updated