mirror of
https://github.com/IrisDimensions/overworld.git
synced 2026-01-04 15:31:40 +00:00
127 lines
2.7 KiB
JSON
127 lines
2.7 KiB
JSON
{
|
|
"name": "Desert Hills",
|
|
"derivative": "DESERT",
|
|
"vanillaDerivative": "DESERT",
|
|
"generators": [
|
|
{
|
|
"generator": "smooth-dunes",
|
|
"max": 18,
|
|
"min": -8
|
|
}
|
|
],
|
|
"children": [
|
|
"hot-oasis"
|
|
],
|
|
"entityInitialSpawns": [
|
|
{
|
|
"entity": "cow",
|
|
"maxSpawns": 1,
|
|
"minSpawns": 1,
|
|
"rarity": 6
|
|
},
|
|
{
|
|
"entity": "chicken",
|
|
"maxSpawns": 1,
|
|
"minSpawns": 1,
|
|
"rarity": 6
|
|
}
|
|
],
|
|
"objects": [
|
|
|
|
{
|
|
"chance": 0.001,
|
|
"density": 3,
|
|
"place": [
|
|
"clutter/desert-post1",
|
|
"clutter/desert-post2",
|
|
"clutter/desert-post3"
|
|
]
|
|
},
|
|
{
|
|
"chance": 0.0001,
|
|
"mode": "VACUUM",
|
|
"rotation": {
|
|
"yAxis": {
|
|
"min": 0,
|
|
"max": 0,
|
|
"interval": 90,
|
|
"enabled": true
|
|
},
|
|
"enabled": true
|
|
},
|
|
"place": [
|
|
"global-clutter/sphinxToomb-1",
|
|
"global-clutter/BrokSphinxToomb-1"
|
|
],
|
|
"translate": {
|
|
"x": 0,
|
|
"y": -3,
|
|
"z": 0
|
|
}
|
|
}
|
|
],
|
|
"layers": [
|
|
{
|
|
"minHeight": 3,
|
|
"maxHeight": 10,
|
|
"slopeCondition": {
|
|
"minimumSlope": 4.5,
|
|
"maximumSlope": 20
|
|
},
|
|
"palette": [
|
|
{
|
|
"block": "terracotta"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"minHeight": 5,
|
|
"maxHeight": 5,
|
|
"style": {
|
|
"style": "FRACTAL_WATER"
|
|
},
|
|
"zoom": 0.7,
|
|
"palette": [
|
|
{
|
|
"weight": 1,
|
|
"block": "sand"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"loot": {
|
|
"tables": [
|
|
"cactus-clutter"
|
|
]
|
|
},
|
|
"decorators": [
|
|
{
|
|
"verticalZoom": 5,
|
|
"chance": 0.005,
|
|
"variance": {
|
|
"style": "STATIC"
|
|
},
|
|
"stackMax": 5,
|
|
"style": {
|
|
"style": "STATIC"
|
|
},
|
|
"palette": [
|
|
{
|
|
"block": "cactus"
|
|
}
|
|
],
|
|
"heightVariance": {
|
|
"style": "IRIS"
|
|
},
|
|
"stackMin": 1
|
|
},
|
|
{
|
|
"chance": 0.005,
|
|
"palette": [
|
|
{
|
|
"block": "dead_bush"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |