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/c.json
Daniel Mills f6a507962f All Rarity
2020-07-29 23:18:56 -04:00

27 lines
486 B
JSON

{
"name": "Land 2",
"layers": [
{
"minHeight": 3,
"maxHeight": 6,
"palette": [
"EMERALD_BLOCK"
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
"DIRT"
]
}
],
"generators":[
{
"generator": "plain",
"min": 12,
"max": 12
}
],
"derivative": "PLAINS"
}