Started by
lavaking
on
Topic category: Help with Minecraft modding (Java Edition)
Is there a way to basically just make a reskinned ghast fireball that you can punch away?
Topic category: Help with Minecraft modding (Java Edition)
Is there a way to basically just make a reskinned ghast fireball that you can punch away?
Yep. There's a couple ways you could do it- I'm pretty sure that when you make a custom projectile, you can set it to behave like a fireball. If not, you could also just make a custom entity with a fireball texture, disable its gravity, and have it explode if it's touching a block. Then you'd just need to make a procedure that reverses its velocities when it gets hit.