diff options
| -rw-r--r-- | tile_config.json | 12 | 
1 files 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          }, | 
