Started by
Crazyboi52413
on
Topic category: Help with Minecraft modding (Java Edition)
Is there a way to make an enchantment like bane of arthropods but for custom or other vanilla mobs?
Topic category: Help with Minecraft modding (Java Edition)
Is there a way to make an enchantment like bane of arthropods but for custom or other vanilla mobs?
well if you did on sword hit, check for enchantment, (and block) and the mob was X (creature, or creatur type) then:
I made a tag with the entities and with a procedure checked the enchantment level and the tag of the entity hit and did damage to the entity but there was one problem. When the entity is hit it deals only the damage in the procedure which i want to add to the default and it didn't do the knockback. I fixed this with the wait procedure on 1 tick and it works now.
cool!