Skip to content

7. External JSON Formats

CAS_ual_TY edited this page Oct 24, 2023 · 6 revisions

External JSON Formats

WIP

Component

https://minecraft.fandom.com/wiki/Raw_JSON_text_format#Java_Edition

Particle

Sound Event

Item Stack

Tag / Item Tag / Block Tag

Direction

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)