Started by Vehnymm on Mon, 07/15/2019 - 09:48 Topic category: Help with Minecraft modding (Java Edition) I’m trying to make a copy of Flint and Steel. How do I do this? Jump to top you create a procedure that places fire 1 block above the block your focusing on. the procedure: when item is right clicked on block: place block [fire] x=x y=y+1 z=z its really quite simple. Jump to top Permalink Log in or register to post comments
you create a procedure that places fire 1 block above the block your focusing on. the procedure: when item is right clicked on block: place block [fire] x=x y=y+1 z=z its really quite simple. Jump to top Permalink Log in or register to post comments
you create a procedure that places fire 1 block above the block your focusing on.
the procedure:
when item is right clicked on block:
place block [fire] x=x y=y+1 z=z
its really quite simple.