From 662cf79730f14ad09b6129b4707a84fd287227b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=97=B2=E8=80=85?= Date: Sun, 26 May 2024 12:19:48 +0800 Subject: [PATCH] fix: Triple-Pane glass window components added wood material --- data/json/construction/windows.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/json/construction/windows.json b/data/json/construction/windows.json index b5751e7b22a19..78508c60a5f45 100644 --- a/data/json/construction/windows.json +++ b/data/json/construction/windows.json @@ -717,7 +717,7 @@ "required_skills": [ [ "fabrication", 3 ] ], "time": "150 m", "qualities": [ [ { "id": "HAMMER", "level": 2 } ], [ { "id": "SAW_M", "level": 1 } ] ], - "components": [ [ [ "glass_sheet", 3 ] ] ], + "components": [ [ [ "glass_sheet", 3 ] ], [ [ "nails", 16, "LIST" ] ], [ [ "2x4", 4 ] ] ], "pre_terrain": "t_window_empty", "post_terrain": "t_triple_pane_glass" },