mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-19 14:59:22 +00:00
25 lines
383 B
JSON
25 lines
383 B
JSON
{
|
|
"name": "test-dev",
|
|
|
|
"layers": [
|
|
{
|
|
"palette": [
|
|
{
|
|
"block": "minecraft:grass_block"
|
|
}
|
|
]
|
|
|
|
}
|
|
],
|
|
"decorators": [
|
|
"snippet/decorator/bush"
|
|
],
|
|
|
|
"generators": [
|
|
{
|
|
"generator": "flat",
|
|
"max": 1,
|
|
"min": 1
|
|
}
|
|
]
|
|
} |