9
0
mirror of https://github.com/IrisDimensions/earthworld.git synced 2025-12-29 03:39:16 +00:00
Files
Iris-Pack-EarthWorld/flat/biomes/flat.json
Daniel Mills 2ba625ea5f Tweaks
2020-08-23 03:24:43 -04:00

33 lines
576 B
JSON

{
"name": "Flat",
"derivative": "PLAINS",
"layers": [
{
"maxHeight": 10,
"minHeight": 10,
"palette": [
"GRASS_BLOCK"
]
},
{
"palette": ["DIRT"],
"minHeight": 2,
"maxHeight": 2
}
],
"objects": [
{
"chance": 1,
"density": 4,
"place": [
"tx"
]
}
],
"generators": [{
"min": 4,
"max": 4,
"generator": "flat"
}]
}