57 lines
1.3 KiB
JSON
57 lines
1.3 KiB
JSON
{
|
|
"recipe_id": "kitchen_modern",
|
|
"name": "Modern Kitchen",
|
|
"description": "Contemporary kitchen with island, appliances, and pendant lighting",
|
|
"template": "Template_Interior",
|
|
"room_dimensions": {"x": 450, "y": 400, "z": 280},
|
|
"components": [
|
|
{
|
|
"asset": "furniture_cabinet_kitchen_upper",
|
|
"position": "wall:back",
|
|
"offset": [0, 20, 150],
|
|
"count": 3,
|
|
"spacing": 80
|
|
},
|
|
{
|
|
"asset": "furniture_cabinet_kitchen_lower",
|
|
"position": "wall:back",
|
|
"offset": [0, 20, 0],
|
|
"count": 3,
|
|
"spacing": 80
|
|
},
|
|
{
|
|
"asset": "appliance_refrigerator",
|
|
"position": "wall:left",
|
|
"offset": [30, 0, 0]
|
|
},
|
|
{
|
|
"asset": "appliance_stove",
|
|
"position": "wall:back",
|
|
"offset": [0, 20, 0]
|
|
},
|
|
{
|
|
"asset": "furniture_island_kitchen",
|
|
"position": "center",
|
|
"offset": [0, 50, 0]
|
|
},
|
|
{
|
|
"asset": "furniture_stool_bar",
|
|
"position": "in_front_of:furniture_island_kitchen",
|
|
"count": 3,
|
|
"spacing": 60
|
|
},
|
|
{
|
|
"asset": "decor_plant_potted_small",
|
|
"position": "on:counter",
|
|
"offset": [150, 0, 90]
|
|
},
|
|
{
|
|
"asset": "kitchenware_mug_coffee",
|
|
"position": "on:furniture_island_kitchen",
|
|
"offset": [-30, 0, 95]
|
|
}
|
|
],
|
|
"lighting_preset": "Interior_Daylight",
|
|
"post_preset": "PP_Neutral"
|
|
}
|