Started by
Hidan
on
Topic category: Help with Minecraft modding (Java Edition)
So got a small question about new coordinate system in procedures, As it was before we could make conditions that was placing block at coordinate where I = X , J = Y, K = Z in which when adding condition to add block at J+1 was placing 1 block in Y axis away from block with that condition so the question is If I made Procedure that says: Place block at X, Y+1, Z will do the same thing as it was I, J, K before ?
Yes, it will
pls where did you find the "y+1" condition in procedure
Go to "Math" and grab the "+" Block. Then grab the "0" from "Math" and put it in the "+" Block. Now grab the "y" and put it in the other spot in the "+" Block. Now change the "0" to a "1" and put the whole "+" Block (with the "y" and "1" in it) to the original "y" spot. Boom, y + 1
Okat thanks !