External mod damage type detection

Started by riko on

Topic category: Help with Minecraft modding (Java Edition)

Joined Jun 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
External mod damage type detection

I'm trying to make a procedure that triggers when a specific mob is damaged with a specific damage type, the thing is that the damage type is from another mod and writing it like moid:damageid doesn't give the expected output (it detects the damage but not the damage type).

I know mod compatibility is kinda a mess to work with, I only tested it with recipes and no much more since it's the only mod compatibility I have plans for.