Started by
boile
on
Topic category: Help with Minecraft modding (Java Edition)
hello, i was wondering if there is a way to make ranged items deal different types of damage (like on fire or magic damage)
Topic category: Help with Minecraft modding (Java Edition)
hello, i was wondering if there is a way to make ranged items deal different types of damage (like on fire or magic damage)
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.