From 5407e12e9688180ed829ff06e1d512c84fda1ecb Mon Sep 17 00:00:00 2001 From: 0Monet <146018959+0Monet@users.noreply.github.com> Date: Sun, 4 Feb 2024 14:40:06 +0100 Subject: [PATCH] Fix --- data/json/mapgen/nested/house_nested.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/data/json/mapgen/nested/house_nested.json b/data/json/mapgen/nested/house_nested.json index 032ef11d1177..609a9a00c4a2 100644 --- a/data/json/mapgen/nested/house_nested.json +++ b/data/json/mapgen/nested/house_nested.json @@ -1829,6 +1829,7 @@ "111" ], "palettes": [ "house_w_nest_garden_palette" ], + "terrain": { "1": "t_dirtfloor_no_roof" }, "place_items": [ { "item": "farming_tools", "x": [ 0, 2 ], "y": [ 0, 2 ], "chance": 5, "repeat": [ 1, 3 ] }, { "item": "farming_seeds", "x": [ 0, 2 ], "y": [ 0, 2 ], "chance": 75, "repeat": [ 1, 3 ] } @@ -1848,7 +1849,8 @@ "1Z1", "111" ], - "palettes": [ "house_w_nest_garden_palette" ] + "palettes": [ "house_w_nest_garden_palette" ], + "terrain": { "1": "t_dirtfloor_no_roof" } } }, {