Shield doesn't block status effects (2025.3)

Started by BryAstro on

Topic category: Help with Minecraft modding (Java Edition)

Joined Mar 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Shield doesn't block status effects (2025.3)

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…
Tue, 12/16/2025 - 15:26

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

Joined Mar 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Could you show how it works?…
Tue, 12/16/2025 - 15:30

Could you show how it works? I don't entirely understand what to do.