Started by
Darth Feanor
on
Topic category: Help with Minecraft modding (Java Edition)
So, I made a item that would place a block, but said block is being placed in the ground, thus replacing what was there before. How can I tell it to place the block at one block higher than where I am looking.(like placing a normal block)
I don't know how to make it exactly like a normal block, but you could use the "math" tab of making a procedure. Instead of it being "place block at X:X Y: Y Z: Z" replace Y with Y + 1. The + and the 1 comes from the math tab.
Tried that, it places the block at Y:1 it I set it like that.
Our tutorial collection might help you: https://www.youtube.com/playlist?list=PLAeL-oIFIEng7UJyzpZMXbvK9NLc-7z0o