mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-29 19:59:20 +00:00
203 lines
4.6 KiB
JSON
203 lines
4.6 KiB
JSON
{
|
|
"vanillaDerivative": "DESERT",
|
|
"children": [
|
|
"hot-desert-hills"
|
|
],
|
|
"decorators": [
|
|
{
|
|
"chance": 0.001,
|
|
"variance": {
|
|
"style": "STATIC"
|
|
},
|
|
"stackMax": 5,
|
|
"style": {
|
|
"style": "STATIC"
|
|
},
|
|
"palette": [
|
|
{
|
|
"block": "cactus"
|
|
}
|
|
],
|
|
"heightVariance": {
|
|
"style": "STATIC"
|
|
},
|
|
"stackMin": 1
|
|
},
|
|
{
|
|
"chance": 0.00235,
|
|
"variance": {
|
|
"style": "STATIC"
|
|
},
|
|
"zoom": 0.3,
|
|
"palette": [
|
|
{
|
|
"data": {
|
|
"face": "floor",
|
|
"powered": false,
|
|
"facing": "east"
|
|
},
|
|
"block": "polished_blackstone_button"
|
|
},
|
|
{
|
|
"block": "air"
|
|
},
|
|
{
|
|
"data": {
|
|
"face": "floor",
|
|
"powered": false,
|
|
"facing": "south"
|
|
},
|
|
"block": "polished_blackstone_button"
|
|
}
|
|
],
|
|
"style": {
|
|
"style": "STATIC"
|
|
}
|
|
},
|
|
{
|
|
"chance": 0.01,
|
|
"variance": {
|
|
"style": "STATIC"
|
|
},
|
|
"zoom": 0.3,
|
|
"palette": [
|
|
{
|
|
"block": "dead_bush"
|
|
}
|
|
],
|
|
"style": {
|
|
"style": "STATIC"
|
|
}
|
|
}
|
|
],
|
|
"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.001,
|
|
"rotation": {
|
|
"yAxis": {
|
|
"min": 0,
|
|
"max": 0,
|
|
"interval": 90,
|
|
"enabled": true
|
|
},
|
|
"enabled": true
|
|
},
|
|
"place": [
|
|
"global-clutter/sphinxToomb-1",
|
|
"global-clutter/BrokSphinxToomb-1"
|
|
],
|
|
"clamp": {
|
|
"maximumHeight": 73
|
|
},
|
|
"translate": {
|
|
"x": 0,
|
|
"y": -3,
|
|
"z": 0
|
|
}
|
|
}
|
|
],
|
|
"name": "Desert",
|
|
"layers": [
|
|
{
|
|
"palette": [
|
|
{
|
|
"block": "sand"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"minHeight": 2,
|
|
"maxHeight": 9,
|
|
"palette": [
|
|
{
|
|
"block": "sandstone"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"minHeight": 6,
|
|
"maxHeight": 18,
|
|
"style": {
|
|
"style": "STATIC"
|
|
},
|
|
"palette": [
|
|
{
|
|
"block": "stone"
|
|
},
|
|
{
|
|
"block": "andesite"
|
|
},
|
|
{
|
|
"block": "stone"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"generators": [
|
|
{
|
|
"min": 4,
|
|
"max": 6,
|
|
"generator": "plain"
|
|
}
|
|
],
|
|
"loot": {
|
|
"tables": [
|
|
"cactus-clutter"
|
|
]
|
|
},
|
|
"derivative": "DESERT",
|
|
"wall": {
|
|
"style": {
|
|
"style": "STATIC"
|
|
},
|
|
"palette": [
|
|
{
|
|
"block": "smooth_sandstone"
|
|
},
|
|
{
|
|
"block": "sand"
|
|
},
|
|
{
|
|
"block": "smooth_sandstone"
|
|
}
|
|
]
|
|
},
|
|
"slab": {
|
|
"style": {
|
|
"style": "STATIC"
|
|
},
|
|
"palette": [
|
|
{
|
|
"data": {
|
|
"waterlogged": false,
|
|
"type": "bottom"
|
|
},
|
|
"block": "sandstone_slab"
|
|
},
|
|
{
|
|
"data": {
|
|
"waterlogged": false,
|
|
"type": "bottom"
|
|
},
|
|
"block": "smooth_sandstone_slab"
|
|
},
|
|
{
|
|
"weight": 2,
|
|
"block": "air"
|
|
}
|
|
]
|
|
}
|
|
} |