Files
2024-11-28 17:00:03 +00:00

36 lines
672 B
JSON

{
"filler": "G",
"rubber": " ",
"allowDoors": false,
"allowFillers": false,
"minfloors": 1,
"maxfloors": 1,
"mincellars": 1,
"maxcellars": 1,
"parts": [
{
"top": false,
"cellar": true,
"ground": false,
"part": "c70cities:building_lab1_base1"
},
{
"top": false,
"cellar": false,
"ground": true,
"part": "c70cities:building_lab1_ground"
},
{
"top": false,
"cellar": false,
"ground": false,
"part": "c70cities:building_lab1_floor1"
},
{
"top": true,
"cellar": false,
"ground": false,
"part": "c70cities:building_lab1_top"
}
]
}