diff options
-rw-r--r-- | tile_config.json | 21 |
1 files changed, 17 insertions, 4 deletions
diff --git a/tile_config.json b/tile_config.json index f20ee3f..e3422bb 100644 --- a/tile_config.json +++ b/tile_config.json @@ -18010,6 +18010,7 @@ "farm_isherwood_3_hayloft", "farm_isherwood_3_roof", "farm_3", + "farm_3_roof", "horse_farm_4", "horse_farm_4_roof", "horse_farm_7", @@ -19291,12 +19292,18 @@ "rotates": true }, { - "id": "house_02", + "id": [ + "null_generic_house_dirt_driveway", + "house_02" + ], "fg": [ 10691, 10694, 10693, 10692 ], "rotates": true }, { - "id": "house_02_roof", + "id": [ + "null_generic_house_dirt_driveway_roof", + "house_02_roof" + ], "fg": [ 10695, 10698, 10697, 10696 ], "bg": 10885, "rotates": true @@ -19355,12 +19362,18 @@ "rotates": false }, { - "id": "house_modern_1", + "id": [ + "null_generic_house_modern", + "house_modern_1" + ], "fg": [ 10702, 10705, 10704, 10703 ], "rotates": true }, { - "id": "house_modern_1_roof", + "id": [ + "null_generic_house_modern_roof", + "house_modern_1_roof" + ], "fg": [ 10706, 10709, 10708, 10707 ], "bg": 10885, "rotates": true |