mirror of
https://github.com/IrisDimensions/overworld.git
synced 2026-01-06 15:41:43 +00:00
110 lines
2.6 KiB
JSON
110 lines
2.6 KiB
JSON
{
|
|
"name": "Hot Desert",
|
|
"derivative": "DESERT",
|
|
"vanillaDerivative": "DESERT",
|
|
"children": ["hot/oasis"],
|
|
"generators": [{
|
|
"generator": "smooth-dunes",
|
|
"max": 18,
|
|
"min": -8
|
|
}],
|
|
"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"
|
|
}]
|
|
}
|
|
],
|
|
"jigsawStructures": [
|
|
{
|
|
"rarity": 1700,
|
|
"structure": "pillager"
|
|
},
|
|
{
|
|
"rarity": 1500,
|
|
"structure": "village-hot"
|
|
},
|
|
{
|
|
"rarity": 1900,
|
|
"structure": "desert-pyramid"
|
|
}
|
|
],
|
|
"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": 1.0E-4,
|
|
"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
|
|
}
|
|
}
|
|
],
|
|
"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"}]
|
|
}
|
|
]
|
|
}
|