9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-06 15:41:43 +00:00
Files
Iris-Pack-Overworld/biomes/mesa/river.json
Brian Fopiano 4d7403f685 New command added to iris
/iris std beautify <project>
or just 
/iris std beautify
while in a proj
2021-07-05 02:22:24 -07:00

41 lines
996 B
JSON

{
"name": "Mesa River",
"vanillaDerivative": "DESERT_LAKES",
"derivative": "DESERT_LAKES",
"generators": [{
"generator": "plain",
"max": -4,
"min": -15
}],
"layers": [
{
"style": {"style": "FRACTAL_WATER"},
"zoom": 0.7,
"palette": [
{"block": "red_sand"},
{"block": "orange_terracotta"}
]
},
{
"minHeight": 2,
"maxHeight": 3,
"style": {"style": "STATIC"},
"palette": [
{"block": "red_sand"},
{"block": "terracotta"},
{"block": "gravel"},
{"block": "red_sand"},
{"block": "dirt"},
{
"weight": 2,
"block": "red_sand"
}
]
}
],
"decorators": [{
"chance": 0.2,
"palette": [{"block": "seagrass"}]
}]
}