Debug
Current editor state (may be invalid). Not blueprintExchange.
{
"structureType": "generic_building",
"schemaVersion": 1,
"metadata": {
"name": "Simple rustic cabin",
"description": "Component-pipeline low-rise cabin with gable roof, chimney, and front step."
},
"body": {
"width": 9,
"depth": 7,
"height": 5,
"wallThickness": 1,
"hollowInterior": true
},
"roof": {
"kind": "pitched_gable",
"layers": 2,
"overhang": 0
},
"openings": {
"entrance": {
"side": "front",
"width": 2,
"height": 2
},
"windows": {
"mode": "front_only",
"count": 2,
"heightBand": "auto"
}
},
"features": {
"chimney": {
"enabled": true,
"side": "right"
},
"frontStep": {
"enabled": true
}
},
"materials": {
"wall": "cobblestone",
"floor": "oak_planks",
"roof": "oak_planks",
"window": "glass",
"door": "oak_planks",
"accent": "limestone"
},
"constraints": {
"maxBlockCount": 80000,
"allowFloatingBlocks": false,
"enforceSymmetry": false,
"requireGroundedStructure": true
}
}