-
Bug
-
Resolution: Fixed
-
24w18a
-
None
-
Community Consensus
-
Enchantments
-
Important
-
Platform
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_effects
- Look for amplifier in active_effects.
Observed Results:
amplifier does not appear.
Expected Results:
amplifier: 3b appears.
- relates to
-
MC-271402 Sharpness and mob-specific damage enchantments reduce attack damage instead of increasing it
- Resolved