9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2026-01-04 15:31:40 +00:00
Files
Iris-Pack-Overworld/flat-concrete/biomes/flat.json
Daniel Mills d7407a20ee Flatworlds
2020-08-08 20:07:02 -04:00

15 lines
243 B
JSON

{
"name": "Flat Concrete",
"derivative": "STONE_SHORE",
"layers": [
{
"palette": ["WHITE_CONCRETE"]
}
],
"generators": [{
"min": 1,
"max": 1,
"generator": "flat"
}]
}