mirror of
https://github.com/IrisDimensions/overworld.git
synced 2026-01-06 15:41:43 +00:00
31 lines
623 B
JSON
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"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |