68 lines
1.6 KiB
JSON
68 lines
1.6 KiB
JSON
{
|
|
"recipe_id": "cafe_interior",
|
|
"name": "Cafe Interior",
|
|
"description": "Cozy coffee shop with counter, tables, and warm atmosphere",
|
|
"template": "Template_Interior",
|
|
"room_dimensions": {"x": 600, "y": 500, "z": 320},
|
|
"components": [
|
|
{
|
|
"asset": "furniture_counter_cafe",
|
|
"position": "wall:back",
|
|
"offset": [0, 30, 0]
|
|
},
|
|
{
|
|
"asset": "appliance_espresso_machine",
|
|
"position": "on:furniture_counter_cafe",
|
|
"offset": [-80, 0, 90]
|
|
},
|
|
{
|
|
"asset": "furniture_display_pastry",
|
|
"position": "on:furniture_counter_cafe",
|
|
"offset": [80, 0, 90]
|
|
},
|
|
{
|
|
"asset": "furniture_table_cafe_round",
|
|
"position": "front_left",
|
|
"offset": [50, -50, 0]
|
|
},
|
|
{
|
|
"asset": "furniture_chair_cafe",
|
|
"position": "around:table_1",
|
|
"count": 2
|
|
},
|
|
{
|
|
"asset": "furniture_table_cafe_round",
|
|
"position": "front_right",
|
|
"offset": [-50, -50, 0]
|
|
},
|
|
{
|
|
"asset": "furniture_chair_cafe",
|
|
"position": "around:table_2",
|
|
"count": 2
|
|
},
|
|
{
|
|
"asset": "furniture_sofa_cafe_booth",
|
|
"position": "wall:left",
|
|
"offset": [30, 0, 0]
|
|
},
|
|
{
|
|
"asset": "furniture_table_cafe_rect",
|
|
"position": "in_front_of:furniture_sofa_cafe_booth",
|
|
"offset": [0, 50, 0]
|
|
},
|
|
{
|
|
"asset": "decor_plant_potted_large",
|
|
"position": "corner",
|
|
"corner": "front_left"
|
|
},
|
|
{
|
|
"asset": "decor_menu_board",
|
|
"position": "wall:back",
|
|
"mount": "wall",
|
|
"offset": [0, 5, 200]
|
|
}
|
|
],
|
|
"lighting_preset": "Interior_Cafe",
|
|
"post_preset": "PP_Warm"
|
|
}
|