Skip to content
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