9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-30 04:09:14 +00:00
Files
Iris-Pack-EarthWorld/dev.test/biomes/ocean.json
Daniel Mills ad6763780a Tests
2020-07-22 15:30:04 -04:00

27 lines
482 B
JSON

{
"name": "Sea",
"layers": [
{
"minHeight": 3,
"maxHeight": 6,
"palette": [
"EMERALD_BLOCK"
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
"DIRT"
]
}
],
"generators":[
{
"generator": "plain",
"min": -8,
"max": -8
}
],
"derivative": "OCEAN"
}