feat: add props dimension
All checks were successful
Publish Release / build-and-release (release) Successful in 5s

This commit is contained in:
AXOLOTsh
2026-07-15 00:53:52 +03:00
parent 8b1aa08449
commit 5ba697d1bd
2 changed files with 44 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
{
"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": []
}
}
}

View File

@@ -0,0 +1,14 @@
{
"has_skylight": true,
"has_ceiling": false,
"has_ender_dragon_fight": false,
"coordinate_scale": 1,
"ambient_light": 0,
"has_fixed_time": true,
"logical_height": 0,
"infiniburn": "#minecraft:infiniburn_overworld",
"min_y": -64,
"height": 320,
"monster_spawn_light_level": 0,
"monster_spawn_block_light_limit": 0
}