Started by
BryAstro
on
Topic category: Help with Minecraft modding (Java Edition)
Hello, I would like to know how to make it possible to block status effects. Basically, I have a few mobs that inflict negative effects, and I don't want them to still inflict these effects if I block them with my shield. How can I make this possible?
You could check item in main hand and if player is using it using global trigger and in this case e.g. remove the effect
Could you show how it works? I don't entirely understand what to do.