Steps to Reproduce:
Summon a spider with no AI.
/summon minecraft:spider ~ ~ ~ \ {NoAI:1b}Attack the spider with a weapon enchanted with Bane of Arthropods.
Get the data of the spider.
/data get entity @e[type=minecraft:spider,limit=1,sort=nearest] active_effectsLook for
amplifierinactive_effects.
Observed Results:amplifier does not appear.
Expected Results:amplifier: 3b appears.
Can confirm, relates to MC-271402.
Steps to Reproduce:
Summon a spider with no AI using
/summon minecraft:spider ~ ~ ~ {NoAI:1b}.Attack the spider with a weapon enchanted with Bane of Arthropods.
Get the data of the spider using
/data get entity @e[type=minecraft:spider,limit=1,sort=nearest].Look for
amplifierinactive_effects.Observed Results:
amplifierdoes not appear.Expected Results:
amplifier: 3bappears.