Started by
KnightKing777
on
Topic category: Help with Minecraft modding (Java Edition)
Hi,
i have a problem, i want to make procedure for bor block that copy blocks from back side of block and place it in front of it, but i don't know how.
Any ideas?
wait, change z to z + 1
new image
This is not a complete solution to the problems, if the block has many placement options (orientation), it will not work as it should. However, thank you very much, you gave me an idea of what I can do to make it work :)
To do this properly you need to take the blocks direction and use a bit of an "if" chain to get the block from the current behind and get it in front
I made it, it works great, with few bugs that i tries to solve :(