9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-30 20:29:10 +00:00
Files
Iris-Pack-Overworld/test/biomes/a.json
Daniel Mills c8b3567fb8 Reorg
2020-08-01 04:26:32 -04:00

28 lines
502 B
JSON

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