mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-29 11:49:22 +00:00
Better Deserts
This commit is contained in:
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user