Files
AXOLOTsh 5ba697d1bd
All checks were successful
Publish Release / build-and-release (release) Successful in 5s
feat: add props dimension
2026-07-15 00:53:52 +03:00

30 lines
770 B
JSON

{
"type": "dev:props",
"generator": {
"type": "minecraft:flat",
"settings": {
"biome": "minecraft:plains",
"lakes": false,
"features": false,
"layers": [
{
"height": 120,
"block": "minecraft:air"
},
{
"height": 1,
"block": "minecraft:bedrock"
},
{
"height": 3,
"block": "minecraft:dirt"
},
{
"height": 1,
"block": "minecraft:grass_block"
}
],
"structure_overrides": []
}
}
}