-
-
Notifications
You must be signed in to change notification settings - Fork 348
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add food tags to all food items Use more specific food tags where applicable (like bread or soup), I added them to my best guess by googling what the foods are
- Loading branch information
Showing
11 changed files
with
222 additions
and
51 deletions.
There are no files selected for viewing
31 changes: 31 additions & 0 deletions
31
src/datagen/generated/minecolonies/data/c/tags/item/foods.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,31 @@ | ||
{ | ||
"values": [ | ||
"minecolonies:milky_bread", | ||
"minecolonies:sugary_bread", | ||
"minecolonies:golden_bread", | ||
"minecolonies:chorus_bread", | ||
"minecolonies:cabochis", | ||
"minecolonies:cheddar_cheese", | ||
"minecolonies:congee", | ||
"minecolonies:cooked_rice", | ||
"minecolonies:eggplant_dolma", | ||
"minecolonies:feta_cheese", | ||
"minecolonies:flatbread", | ||
"minecolonies:hand_pie", | ||
"minecolonies:lamb_stew", | ||
"minecolonies:lembas_scone", | ||
"minecolonies:manchet_bread", | ||
"minecolonies:muffin", | ||
"minecolonies:pasta_plain", | ||
"minecolonies:pasta_tomato", | ||
"minecolonies:pepper_hummus", | ||
"minecolonies:pita_hummus", | ||
"minecolonies:pottage", | ||
"minecolonies:rice_ball", | ||
"minecolonies:stew_trencher", | ||
"minecolonies:stuffed_pepper", | ||
"minecolonies:stuffed_pita", | ||
"minecolonies:sushi_roll", | ||
"minecolonies:tofu" | ||
] | ||
} |
15 changes: 15 additions & 0 deletions
15
src/datagen/generated/minecolonies/data/c/tags/item/foods/bread.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,15 @@ | ||
{ | ||
"values": [ | ||
"minecolonies:milky_bread", | ||
"minecolonies:sugary_bread", | ||
"minecolonies:golden_bread", | ||
"minecolonies:chorus_bread", | ||
"minecolonies:flatbread", | ||
"minecolonies:hand_pie", | ||
"minecolonies:lembas_scone", | ||
"minecolonies:manchet_bread", | ||
"minecolonies:muffin", | ||
"minecolonies:stew_trencher", | ||
"minecolonies:stuffed_pita" | ||
] | ||
} |
6 changes: 6 additions & 0 deletions
6
src/datagen/generated/minecolonies/data/c/tags/item/foods/candy.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,6 @@ | ||
{ | ||
"values": [ | ||
"minecolonies:hand_pie", | ||
"minecolonies:muffin" | ||
] | ||
} |
5 changes: 5 additions & 0 deletions
5
src/datagen/generated/minecolonies/data/c/tags/item/foods/cooked_meat.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,5 @@ | ||
{ | ||
"values": [ | ||
"minecolonies:lamb_stew" | ||
] | ||
} |
5 changes: 5 additions & 0 deletions
5
src/datagen/generated/minecolonies/data/c/tags/item/foods/golden.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,5 @@ | ||
{ | ||
"values": [ | ||
"minecolonies:golden_bread" | ||
] | ||
} |
7 changes: 7 additions & 0 deletions
7
src/datagen/generated/minecolonies/data/c/tags/item/foods/soup.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,7 @@ | ||
{ | ||
"values": [ | ||
"minecolonies:cabochis", | ||
"minecolonies:lamb_stew", | ||
"minecolonies:pottage" | ||
] | ||
} |
9 changes: 9 additions & 0 deletions
9
src/datagen/generated/minecolonies/data/c/tags/item/foods/vegetable.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,9 @@ | ||
{ | ||
"values": [ | ||
"minecolonies:cabochis", | ||
"minecolonies:eggplant_dolma", | ||
"minecolonies:pottage", | ||
"minecolonies:stuffed_pepper", | ||
"minecolonies:stuffed_pita" | ||
] | ||
} |
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
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
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
Oops, something went wrong.