Fixed Oat & Corn Bread crafting recipes

Fixed Oat & Corn Bread crafting recipes.  Full compile.
This commit is contained in:
Jaysyn904
2024-12-28 18:11:23 -05:00
parent cee5d95097
commit 45ef9219e5
5 changed files with 4 additions and 4 deletions

View File

@@ -51,7 +51,7 @@ void main()
CnrSetPropertyString("cnrRspberryJuice", "HCHTF_TAG", "Drink_MED_ENERGY3");
// Breads
CnrSetPropertyString("cnrCornBread", "HCHTF_TAG", "Food_POOR");
CnrSetPropertyString("cnrOatBread", "HCHTF_TAG", "Food_POOR");
CnrSetPropertyString("cnrOatsBread", "HCHTF_TAG", "Food_POOR");
CnrSetPropertyString("cnrRiceBread", "HCHTF_TAG", "Food_POOR");
CnrSetPropertyString("cnrRyeBread", "HCHTF_TAG", "Food_POOR");
CnrSetPropertyString("cnrWheatBread", "HCHTF_TAG", "Food_POOR");