mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-19 14:59:22 +00:00
58 lines
1.3 KiB
JSON
58 lines
1.3 KiB
JSON
{
|
|
"name": "Mesa beach",
|
|
"color": "#F4AE2D",
|
|
"rarity": 1,
|
|
"derivative": "DESERT",
|
|
"vanillaDerivative": "DESERT",
|
|
"generators": [{
|
|
"min": 0,
|
|
"max": 1,
|
|
"generator": "plain"
|
|
}],
|
|
"wall": {
|
|
"style": {"style": "STATIC"},
|
|
"palette": [
|
|
{"block": "minecraft:red_sandstone"},
|
|
{"block": "minecraft:red_sand"}
|
|
]
|
|
},
|
|
"layers": [
|
|
{
|
|
"minHeight": 3,
|
|
"maxHeight": 6,
|
|
"palette": [{"block": "minecraft:red_sand"}]
|
|
},
|
|
{
|
|
"minHeight": 1,
|
|
"maxHeight": 3,
|
|
"palette": [{"block": "minecraft:red_sandstone"}]
|
|
}
|
|
],
|
|
"objects": [{
|
|
"mode": "PAINT",
|
|
"density": 3,
|
|
"chance": 1,
|
|
"place": [
|
|
"trees/acacia/vexed1",
|
|
"trees/acacia/vexed2",
|
|
"trees/acacia/vexed3"
|
|
]
|
|
}],
|
|
"slab": {
|
|
"style": {"style": "STATIC"},
|
|
"palette": [
|
|
{
|
|
"data": {
|
|
"waterlogged": false,
|
|
"type": "bottom"
|
|
},
|
|
"block": "minecraft:red_sandstone_slab"
|
|
},
|
|
{
|
|
"weight": 2,
|
|
"block": "minecraft:air"
|
|
}
|
|
]
|
|
}
|
|
}
|