From d93c2d2b1e398ff21c5365867ea3873eac7f44b8 Mon Sep 17 00:00:00 2001 From: Golfavel Date: Sun, 26 Nov 2023 21:36:24 -0700 Subject: [PATCH] connected: various raw stalks to thyme; various dried stalks to dried wheat stalks; various threshed crops to threashed wheat --- .../items/food/dry_wheat_stalks.json | 12 ++++++++++++ .../{dry_barley_stalks.png => dry_wheat_stalks.png} | Bin .../pngs_tiles_10x10/items/food/threshed_wheat.json | 11 +++++++++++ .../{threshed_barley.png => threshed_wheat.png} | Bin gfx/NeoDays/pngs_tiles_10x10/items/food/thyme.json | 5 +++++ 5 files changed, 28 insertions(+) create mode 100644 gfx/NeoDays/pngs_tiles_10x10/items/food/dry_wheat_stalks.json rename gfx/NeoDays/pngs_tiles_10x10/items/food/{dry_barley_stalks.png => dry_wheat_stalks.png} (100%) create mode 100644 gfx/NeoDays/pngs_tiles_10x10/items/food/threshed_wheat.json rename gfx/NeoDays/pngs_tiles_10x10/items/food/{threshed_barley.png => threshed_wheat.png} (100%) diff --git a/gfx/NeoDays/pngs_tiles_10x10/items/food/dry_wheat_stalks.json b/gfx/NeoDays/pngs_tiles_10x10/items/food/dry_wheat_stalks.json new file mode 100644 index 0000000000..29096c6e76 --- /dev/null +++ b/gfx/NeoDays/pngs_tiles_10x10/items/food/dry_wheat_stalks.json @@ -0,0 +1,12 @@ +{ + "id": [ + "dry_wheat_stalks", + "dry_barley_stalks", + "dry_oat_stalks", + "dry_canola_stalks", + "dry_lentil_stalks", + "dry_buckwheat_stalks", + "dry_wild_rice_stalks" + ], + "fg": "dry_wheat_stalks" +} diff --git a/gfx/NeoDays/pngs_tiles_10x10/items/food/dry_barley_stalks.png b/gfx/NeoDays/pngs_tiles_10x10/items/food/dry_wheat_stalks.png similarity index 100% rename from gfx/NeoDays/pngs_tiles_10x10/items/food/dry_barley_stalks.png rename to gfx/NeoDays/pngs_tiles_10x10/items/food/dry_wheat_stalks.png diff --git a/gfx/NeoDays/pngs_tiles_10x10/items/food/threshed_wheat.json b/gfx/NeoDays/pngs_tiles_10x10/items/food/threshed_wheat.json new file mode 100644 index 0000000000..fcaa0da197 --- /dev/null +++ b/gfx/NeoDays/pngs_tiles_10x10/items/food/threshed_wheat.json @@ -0,0 +1,11 @@ +{ + "id": [ + "threshed_wheat", + "threshed_barley", + "threshed_oats", + "threshed_canola", + "threshed_lentils", + "threshed_buckwheat" + ], + "fg": "threshed_wheat" +} diff --git a/gfx/NeoDays/pngs_tiles_10x10/items/food/threshed_barley.png b/gfx/NeoDays/pngs_tiles_10x10/items/food/threshed_wheat.png similarity index 100% rename from gfx/NeoDays/pngs_tiles_10x10/items/food/threshed_barley.png rename to gfx/NeoDays/pngs_tiles_10x10/items/food/threshed_wheat.png diff --git a/gfx/NeoDays/pngs_tiles_10x10/items/food/thyme.json b/gfx/NeoDays/pngs_tiles_10x10/items/food/thyme.json index b8755bcc08..4534ead3ee 100644 --- a/gfx/NeoDays/pngs_tiles_10x10/items/food/thyme.json +++ b/gfx/NeoDays/pngs_tiles_10x10/items/food/thyme.json @@ -1,7 +1,12 @@ { "id": [ "thyme", + "wheat_stalks", "barley_stalks", + "oat_stalks", + "canola_stalks", + "buckwheat_stalks", + "wild_rice_stalks", "seed_veggy_wild" ], "fg": "thyme"