-
Notifications
You must be signed in to change notification settings - Fork 175
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
connected: various raw stalks to thyme; various dried stalks to dried…
… wheat stalks; various threshed crops to threashed wheat
- Loading branch information
Showing
5 changed files
with
28 additions
and
0 deletions.
There are no files selected for viewing
12 changes: 12 additions & 0 deletions
12
gfx/NeoDays/pngs_tiles_10x10/items/food/dry_wheat_stalks.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" | ||
} |
File renamed without changes
11 changes: 11 additions & 0 deletions
11
gfx/NeoDays/pngs_tiles_10x10/items/food/threshed_wheat.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"id": [ | ||
"threshed_wheat", | ||
"threshed_barley", | ||
"threshed_oats", | ||
"threshed_canola", | ||
"threshed_lentils", | ||
"threshed_buckwheat" | ||
], | ||
"fg": "threshed_wheat" | ||
} |
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters