Only this pageAll pages
Powered by GitBook
1 of 3

Spawn Data

Loading...

Loading...

Loading...

Spawn Data

Data Object

Light Level / lightLevel / LightLevel

Layer data

Layer data

Y Level / yLevel /

YLevel

Y Level

Y Level can be represented in a few ways, below are the listed ways they can be shown.

They can be listed as an object with a min and max like as such.

"yLevel": {
    "min": 100,
    "max": 150
}

You can also format them as a list of 2 integers

"yLevel": [100, 150]

And you can just format it as a single integer if you would like them to spawn at a single Y level.

"yLevel": 100

Note:

Y Level have a range from -512 to 512

Light Level