Started by
minecraftepic
on
Topic category: Help with Minecraft modding (Java Edition)
i already have made the flamerthrower item and projectilte but i dont know how to make it so the projectile sets blocks on fire
Topic category: Help with Minecraft modding (Java Edition)
i already have made the flamerthrower item and projectilte but i dont know how to make it so the projectile sets blocks on fire
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.