Skip to content
This repository was archived by the owner on Oct 29, 2025. It is now read-only.
Jenya705 edited this page Nov 28, 2021 · 2 revisions

Block object represents placed block

Fields

Field name Field description
Location Block location
Material Block material

JSON example

{
  "location": {
    "world": "the_nether",
    "x": 0,
    "y": 10,
    "z": 0
  },
  "material": "NETHERRACK"
}

Clone this wiki locally