-
Notifications
You must be signed in to change notification settings - Fork 0
7. External JSON Formats
CAS_ual_TY edited this page Oct 24, 2023
·
6 revisions
WIP
https://minecraft.fandom.com/wiki/Raw_JSON_text_format#Java_Edition
Either one of those (the vector (x, y, z) representing it is written, too, just to clarify the meaning of each direction clearly):
-
"up"
represents (0, 1, 0) -
"down"
represents (0, -1, 0) -
"north"
represents (0, 0, -1) -
"south"
represents (0, 0, 1) -
"west"
represents (-1, 0, 0) -
"east"
represents (1, 0, 0)