9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-30 20:29:10 +00:00
Files
Iris-Pack-Overworld/dev.brian/biomes/spot.json
Daniel Mills 3699967370 F'
2020-07-20 22:00:20 -04:00

27 lines
486 B
JSON

{
"name": "Spot",
"layers": [
{
"minHeight": 3,
"maxHeight": 6,
"palette": [
"GOLD_BLOCK"
]
},
{
"minHeight": 1,
"maxHeight": 3,
"palette": [
"DIRT"
]
}
],
"generators":[
{
"generator": "plainsh",
"min": 2,
"max": 5
}
],
"derivative": "JUNGLE_EDGE"
}