Started by
ArmadilloMike
on
Topic category: Help with Minecraft modding (Java Edition)
How could I make a weapon that does 50 damage to normal mobs but 500 to a group of custom mobs I am adding?
Topic category: Help with Minecraft modding (Java Edition)
How could I make a weapon that does 50 damage to normal mobs but 500 to a group of custom mobs I am adding?
https://imgur.com/a/OEKgQtk
you could also use an entity tag and place all your mobs there, and check if they are in the tag instead of checking the subtype.
use this trigger
https://imgur.com/a/lofqwD9
if you want enchantments you can use
https://imgur.com/a/5xKCyV6
else you can use
https://imgur.com/a/sQM27YY