9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-19 14:59:22 +00:00
Files
Iris-Pack-Overworld/biomes/developer-biomes/outer-walls.json
RePixelatedMC 34036446c0 Alpha V3700
cool
2023-09-01 20:14:31 +02:00

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