Started by
ZeykeHas
on
Topic category: Help with Minecraft modding (Java Edition)
How to add items similar in functionality as a flint and steel , bucket of water, snow, lava ?
Topic category: Help with Minecraft modding (Java Edition)
How to add items similar in functionality as a flint and steel , bucket of water, snow, lava ?
1. Make the item.
2. Go to the procedure tab
3. click new procedure (when block is rightclicked) trigger
4. Place block (minecraft:fire) at (x) (Use Maths block =y + 1) z.
5. if get block at (x) (y+2) (z) do remove block at (x) (y+2) (z)
I haven't test this but tell me if this is working.
It works perfectly, thanks