9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 11:49:22 +00:00

Better Deserts

This commit is contained in:
Brian Fopiano
2021-08-30 16:49:11 -07:00
parent 3b4afd5457
commit f8ae85bffc
2 changed files with 129 additions and 60 deletions

View File

@@ -1,32 +1,66 @@
{
"name": "Red Sandstone Cavern",
"wall": {
"palette": [
{
"block": "minecraft:smooth_red_sandstone"
}
]
},
"layers": [
{
"maxHeight": 2,
"minHeight": 2,
"palette": [
{
"block": "minecraft:smooth_red_sandstone"
}
]
}
],
"caveCeilingLayers": [
{
"maxHeight": 2,
"minHeight": 2,
"palette": [
{
"block": "minecraft:smooth_red_sandstone"
}
]
}
"name": "Red Sandstone Cavern",
"wall": {
"palette": [
{
"block": "minecraft:red_sand"
},
{
"block": "minecraft:red_sandstone"
}
]
}
},
"layers": [
{
"maxHeight": 2,
"minHeight": 2,
"palette": [
{
"weight": 3,
"block": "minecraft:red_sand"
},
{
"block": "minecraft:smooth_red_sandstone",
"weight": 8
}
]
}
],
"caveCeilingLayers": [
{
"maxHeight": 2,
"minHeight": 2,
"palette": [
{
"weight": 3,
"block": "minecraft:red_sand"
},
{
"block": "minecraft:smooth_red_sandstone",
"weight": 8
}
]
}
],
"decorators": [
{
"chance": 0.03,
"stackMin": 1,
"stackMax": 3,
"palette": [
{
"block": "minecraft:cactus"
}
]
},
{
"chance": 0.01,
"palette": [
{
"block": "minecraft:dead_bush"
}
]
}
]
}

View File

@@ -1,32 +1,67 @@
{
"name": "Red Sandstone Cavern",
"wall": {
"palette": [
{
"block": "minecraft:smooth_sandstone"
}
]
},
"layers": [
{
"maxHeight": 2,
"minHeight": 2,
"palette": [
{
"block": "minecraft:smooth_sandstone"
}
]
}
],
"caveCeilingLayers": [
{
"maxHeight": 2,
"minHeight": 2,
"palette": [
{
"block": "minecraft:smooth_sandstone"
}
]
}
"name": "Red Sandstone Cavern",
"wall": {
"style": { "style": "VASCULAR" },
"palette": [
{
"block": "minecraft:sand"
},
{
"block": "minecraft:sandstone"
}
]
}
},
"layers": [
{
"maxHeight": 2,
"minHeight": 2,
"palette": [
{
"weight": 3,
"block": "minecraft:sand"
},
{
"block": "minecraft:smooth_sandstone",
"weight": 8
}
]
}
],
"caveCeilingLayers": [
{
"maxHeight": 2,
"minHeight": 2,
"palette": [
{
"weight": 3,
"block": "minecraft:sand"
},
{
"block": "minecraft:smooth_sandstone",
"weight": 8
}
]
}
],
"decorators": [
{
"chance": 0.03,
"stackMin": 1,
"stackMax": 3,
"palette": [
{
"block": "minecraft:cactus"
}
]
},
{
"chance": 0.02,
"palette": [
{
"block": "minecraft:dead_bush"
}
]
}
]
}