-
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):
-
uprepresents (0, 1, 0) -
downrepresents (0, -1, 0) -
northrepresents (0, 0, -1) -
southrepresents (0, 0, 1) -
westrepresents (-1, 0, 0) -
eastrepresents (1, 0, 0)