9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-29 19:59:10 +00:00

Hot desert mountains (17 rare)

This commit is contained in:
Daniel Mills
2020-09-14 08:46:08 -04:00
parent a29f41e4d1
commit 721e96ddfa
4 changed files with 208 additions and 5 deletions

View File

@@ -0,0 +1,201 @@
{
"decorators": [
{
"verticalZoom": 20,
"chance": 0.001,
"variance": {
"style": "STATIC"
},
"stackMax": 5,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "cactus"
}
],
"heightVariance": {
"style": "IRIS"
},
"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"
}
}
],
"objects": [
{
"chance": 0.001,
"density": 3,
"place": [
"clutter/desert-post1",
"clutter/desert-post2",
"clutter/desert-post3"
]
},
{
"chance": 0.005,
"rotation": {
"yAxis": {
"min": 0,
"max": 0,
"interval": 90,
"enabled": true
},
"enabled": true
},
"place": [
"global-clutter/sphinxToomb-1",
"global-clutter/BrokSphinxToomb-1"
],
"clamp": {
"maximumHeight": 108
},
"translate": {
"x": 0,
"y": -1,
"z": 0
}
}
],
"name": "Desert Mountains",
"layers": [
{
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "sandstone",
"weight": 2
},
{
"block": "sand"
}
]
},
{
"minHeight": 2,
"maxHeight": 9,
"palette": [
{
"block": "smooth_sandstone"
}
]
},
{
"minHeight": 6,
"maxHeight": 18,
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "stone"
},
{
"block": "andesite"
},
{
"block": "stone"
}
]
}
],
"rarity": 17,
"generators": [
{
"min": 82,
"max": 114,
"generator": "mountain"
}
],
"loot": {
"tables": [
"cactus-clutter"
]
},
"derivative": "DESERT",
"wall": {
"style": {
"style": "STATIC"
},
"palette": [
{
"block": "smooth_sandstone"
},
{
"block": "sand"
}
]
},
"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"
}
]
}
}

View File

@@ -445,8 +445,8 @@
],
"generators": [
{
"min": 10,
"max": 42,
"min": 75,
"max": 122,
"generator": "mountain"
}
],
@@ -466,5 +466,6 @@
"block": "stone"
}
]
}
},
"rarity": 5
}

View File

@@ -35,7 +35,7 @@
"style": "FRACTAL_WATER",
"zoom": 0.155,
"fracture": {
"multiplier": 12,
"multiplier": 3,
"style": "STATIC"
}
}
@@ -47,7 +47,7 @@
"style": "FRACTAL_WATER",
"zoom": 0.555,
"fracture": {
"multiplier": 8,
"multiplier": 3,
"style": "STATIC"
}
}

View File

@@ -50,6 +50,7 @@
"hot-desert",
"hot-mesa-red",
"hot-dry-forest",
"hot-desert-mountains",
"hot-desert-red",
"hot-mesa-green",
"hot-savanna",