Question About Coordinates in Procedures

Started by Hidan on

Topic category: Help with modding (Java Edition)

Last seen on 03:03, 6. Feb 2024
Joined Apr 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Question About Coordinates in Procedures

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 ?

Last seen on 17:49, 25. Mar 2021
Joined Jun 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Yes, it will
Sun, 05/06/2018 - 05:24

Yes, it will

Last seen on 21:06, 23. Nov 2021
Joined Sep 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
pls where did you find the …
Wed, 05/09/2018 - 13:29

pls where did you find the "y+1" condition in procedure

Last seen on 12:29, 22. Dec 2021
Joined Mar 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Go to "Math" and grab the "+…
Wed, 05/09/2018 - 13:49

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 

Last seen on 21:06, 23. Nov 2021
Joined Sep 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Okat thanks !
Wed, 05/09/2018 - 13:57

Okat thanks !