From 75aeae8ca15bb7c03604d2a9115ddc15af1a6173 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Thu, 9 Nov 2023 09:58:37 -0800 Subject: Add aliases for the new variants of sourdough split. --- tile_config.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tile_config.json b/tile_config.json index 3f9caac..0d7e635 100644 --- a/tile_config.json +++ b/tile_config.json @@ -25142,32 +25142,32 @@ "rotates": false }, { - "id": "overlay_wielded_sourdough_split", + "id": [ "overlay_wielded_sourdough_split", "overlay_wielded_sourdough_split_uncovered" ], "fg": 2801, "rotates": false }, { - "id": "sourdough_split", + "id": [ "sourdough_split", "sourdough_split_uncovered" ], "fg": 2801, "rotates": false }, { - "id": "overlay_wielded_sourdough_starter", + "id": [ "overlay_wielded_sourdough_starter", "overlay_wielded_sourdough_starter_uncovered" ], "fg": 2802, "rotates": false }, { - "id": "sourdough_starter", + "id": [ "sourdough_starter", "sourdough_starter_uncovered" ], "fg": 2802, "rotates": false }, { - "id": "overlay_wielded_sourdough_young", + "id": [ "overlay_wielded_sourdough_young", "overlay_wielded_sourdough_young_uncovered" ], "fg": 2803, "rotates": false }, { - "id": "sourdough_young", + "id": [ "sourdough_young", "sourdough_young_uncovered" ], "fg": 2803, "rotates": false }, -- cgit v1.2.1