different damage types from ranged items

Started by boile on

Topic category: Help with Minecraft modding (Java Edition)

Joined Aug 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
different damage types from ranged items

hello, i was wondering if there is a way to make ranged items deal different types of damage (like on fire or magic damage)

Joined Nov 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Make the projectile do zero…
Thu, 03/20/2025 - 01:39

Make the projectile do zero damage, then using procedures deal the amount of damage of the intended type. That's how I made my fireball spell, I also included an AOE fire blast of 4 blocks.