mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-30 04:09:18 +00:00
44 lines
827 B
JSON
44 lines
827 B
JSON
{
|
|
"name": "Land",
|
|
"layers": [
|
|
{
|
|
"minHeight": 3,
|
|
"maxHeight": 6,
|
|
"palette": [
|
|
"STONE"
|
|
]
|
|
},
|
|
{
|
|
"minHeight": 1,
|
|
"maxHeight": 3,
|
|
"palette": [
|
|
"DIRT"
|
|
]
|
|
}
|
|
],
|
|
"generators":[
|
|
{
|
|
"generator": "plain",
|
|
"min": 12,
|
|
"max": 12
|
|
}
|
|
],
|
|
"objects": [
|
|
{
|
|
"chance": 0.5,
|
|
"density": 1,
|
|
"rotation": {
|
|
"enabled": false
|
|
},
|
|
"place": [
|
|
"tester"
|
|
],
|
|
"translate": {
|
|
"x": 0,
|
|
"y": 0,
|
|
"z": 0
|
|
}
|
|
}
|
|
],
|
|
"derivative": "JUNGLE_EDGE"
|
|
} |