9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-03 22:16:20 +00:00
Files
Iris-Pack-Overworld/flat/biomes/flat.json
Daniel Mills 9ebde6bc5d Dumb shit
2020-08-26 23:22:49 -04:00

34 lines
617 B
JSON

{
"name": "Flat",
"derivative": "PLAINS",
"layers": [
{
"maxHeight": 10,
"minHeight": 10,
"palette": [
"GRASS_BLOCK"
]
},
{
"palette": ["DIRT"],
"minHeight": 2,
"maxHeight": 2
}
],
"objects": [
{
"place": [
"slab"
],
"overStilt": 2,
"mode": "FAST_STILT",
"chance": 0.5
}
],
"generators": [{
"min": 4,
"max": 24,
"generator": "flat"
}]
}