9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-06 15:41:43 +00:00
Files
Iris-Pack-Overworld/biomes/cave/red-sandstone-cavern.json
2021-08-28 21:24:10 -04:00

31 lines
623 B
JSON

{
"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"
}
]
}
]
}