Editing this tag is stopping mobs from spawning with enchanted items
The
on_mob_spawn_equipmenttag is used directly for the enchantment provider, so I've changed it to this (By default it just includes thenon_treasuretag), but when I change it mobs stop spawning with ANY enchantments."replace": false, "values": [ "minecraft:mob_exclusive/fire_trail", "minecraft:mob_exclusive/huge", "minecraft:mob_exclusive/regeneration", "minecraft:mob_exclusive/withering" ] }```