different damage types from ranged items

Started by boile on

Topic category: Help with Minecraft modding (Java Edition)

Active 1 year ago
Joined Aug 2022
Points:
308

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 0
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)

Active 15 hours ago
Joined Nov 2023
Points:
244

User statistics:

  • Modifications: 0
  • Forum topics: 23
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 64
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.