Started by
Cesitrox
on
Topic category: Help with Minecraft modding (Java Edition)
So i was making a mod and i got stuck trying to figure out how to make a flint and steel with the same properties as the vanilla one. Could someone help me?
Edited by Cesitrox on Fri, 04/17/2020 - 20:07
Create a tool, set tool type to special, "when player clicked on block procedure, block procedures, then select place block at x,y,z and select fire. This replaces the block with fire but it should work
Ok so it worked and I even managed to make it so the fire goes on the block instead of replacing it, but now I don't know how to make the fire appear on the side of the blocks, so when I click them the fire goes always on top of the blocks.
And I have another issue. When I right click the block with any other item or the hand the fire appears like when I use the flint and steel. I'll be glad if you could help me with this too, and if you can't thank you anyways.
Good News. I managed to fix it so it only works when I use that item but i still need help to make it work on the sides of the block.
hmm yes we need a CLICK SIDE dependency...
So how would we do that?