9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-19 14:59:22 +00:00
Files
Iris-Pack-Overworld/biomes/dev.json
RePixelatedMC 9590c32b36 Bush
2025-07-11 12:06:47 +02:00

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
}
]
}