how to make a flamethrower

Started by minecraftepic on

Topic category: Help with Minecraft modding (Java Edition)

Joined Oct 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
how to make a flamethrower

i already have made the flamerthrower item and projectilte but i dont know how to make it so the projectile sets blocks on fire 

Joined Nov 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
when it hits a block, check…
Fri, 10/17/2025 - 04:08

when it hits a block, check which face it hit, than set the block above that if its air or replaceable to fire, if its the top the block place a fire block y+1 etc.