mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-19 14:59:22 +00:00
27 lines
546 B
JSON
27 lines
546 B
JSON
{
|
|
"name": "Cursed Outerwalls",
|
|
"derivative": "PLAINS",
|
|
"vanillaDerivative": "PLAINS",
|
|
"color": "#404040",
|
|
|
|
"generators": [{
|
|
"generator": "highplains",
|
|
"max": 30,
|
|
"min": 29
|
|
}],
|
|
|
|
"layers": [
|
|
{
|
|
"palette": [{"block": "minecraft:podzol"}],
|
|
"maxHeight": 1,
|
|
"slopeCondition": {"maximumSlope": 4}
|
|
},
|
|
{
|
|
"palette": [{"block": "minecraft:deepslate"}],
|
|
"maxHeight": 12
|
|
}],
|
|
"wall": {"palette": [
|
|
{"block": "minecraft:deepslate"}
|
|
]}
|
|
}
|