mirror of
https://github.com/IrisDimensions/overworld.git
synced 2026-01-04 15:31:40 +00:00
15 lines
243 B
JSON
15 lines
243 B
JSON
{
|
|
"name": "Flat Concrete",
|
|
"derivative": "STONE_SHORE",
|
|
"layers": [
|
|
{
|
|
"palette": ["WHITE_CONCRETE"]
|
|
}
|
|
],
|
|
"generators": [{
|
|
"min": 1,
|
|
"max": 1,
|
|
"generator": "flat"
|
|
}]
|
|
}
|