Started by
lyromancer
on
Topic category: Help with Minecraft modding (Java Edition)
Hi, I'm trying to make it so when I press a key, a fireball will shoot to wherever the player is looking to. I have no idea how to do this and I need help!
first create a ranged item that cannot be accessed unless through commands. Make a java model for the projectile, this will be your fireball. Then make a keybind. Make a procedure for when pressed, and there's a procedure block that shoots projectiles(just search "projectile").
i can't😢