mojira.dev

Xanbelor

Assigned

No issues.

Reported

MC-278772 Mobs with an attack damage of 0 can still cause hit ticks on non-player entities Community Consensus MC-271646 Attribute Modifiers for Armor Enchantments Not Stackable Across Different Slots, Cluttering Item Descriptions Invalid MC-269492 Mace does not reset fall damage when damaging while flying with an elytra Works As Intended

Comments

Summon a husk with an attack damage of 0 and resistance so it won't die:
`/summon husk ~ ~ ~ {active_effects:[{id:"minecraft:resistance",amplifier:5,duration:-1}],attributes:[{id:"minecraft:generic.attack_damage",base:0}]}`

And summon an iron golem for the husk to attack:
`/summon iron_golem ~ ~ ~`

And let the husk attack the iron golem