From 14aa7d8003a2212988ea4145edacba66de39f5a6 Mon Sep 17 00:00:00 2001 From: 0Monet <146018959+0Monet@users.noreply.github.com> Date: Sun, 3 Dec 2023 16:37:38 +0100 Subject: [PATCH] fix: `house_fence04` mapgen (#3816) Fix fence_04 --- data/json/mapgen/house/house_fence04.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/data/json/mapgen/house/house_fence04.json b/data/json/mapgen/house/house_fence04.json index 6661e02f793d..0211503ec1e5 100644 --- a/data/json/mapgen/house/house_fence04.json +++ b/data/json/mapgen/house/house_fence04.json @@ -94,7 +94,7 @@ "terrain": { "{": "t_chainfence", ",": "t_chaingate_c", - "`": "t_null", + "`": "t_floor", "/": "t_railing_h", "_": "t_linoleum_gray", "=": "t_carpet_purple", @@ -110,7 +110,6 @@ "₸": "t_floor_noroof", "&": "t_floor_noroof", "}": "t_door_o", - "[": "t_window_open", "]": "t_chaingate_o" }, "furniture": { "&": "f_table", "?": [ "f_indoor_plant", "f_indoor_plant_y" ] },