Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple food items don't have a recipe #1779

Closed
KleinGrrmpf opened this issue Jul 26, 2020 · 7 comments
Closed

Multiple food items don't have a recipe #1779

KleinGrrmpf opened this issue Jul 26, 2020 · 7 comments
Labels
Mod Issue Status: Fixed In Next Release This issue has been fixed in the next (unreleased) version of the pack

Comments

@KleinGrrmpf
Copy link

KleinGrrmpf commented Jul 26, 2020

Modpack version
1.81a

Issue
Berry Vinaigrette Salad from Pam's Harvestcraft is not craftable although it is shown in JEI. According to the wiki it does have a recipe. Don't know if this is a bug in the modpack or the mod itself.

https://ftb.gamepedia.com/Berry_Vinaigrette_Salad

@NielsPilgaard
Copy link
Collaborator

Thank you for the report, I will investigate the issue.

@KleinGrrmpf
Copy link
Author

KleinGrrmpf commented Aug 2, 2020

Found another one that has no recipe:
Garlic Steak, also from Harvestcraft, should also have a recipe.

https://ftb.gamepedia.com/Garlic_Steak

Feed The Beast Wiki

@KleinGrrmpf
Copy link
Author

KleinGrrmpf commented Aug 4, 2020

Found another one without recipe:
BBQ Jackfruit, also from Harvestcraft, should also have a recipe.

https://harvestcraftmod.fandom.com/wiki/BBQ_Jackfruit

HarvestCraft Wiki
BBQ Jackfruit is a Morsel added in HarvestCraft 1.12.2zc that restores? Hunger and? Saturation. As of HarvestCraft 1.12.2zc OreDictionary: BBQ Jackfruit can be used as listAllporkraw, listAllporkcooked

Found another one without recipe:
Lychee Tea, also from Harvestcraft, should also have a recipe.

https://harvestcraftmod.fandom.com/wiki/Lychee_Tea

Found another one without recipe:
Imitation Crab Sticks, also from Harvestcraft, should also have a recipe.

https://harvestcraftmod.fandom.com/wiki/Imitation_Crab_Sticks

Found another one without recipe:
Schnitzel, also from Harvestcraft, should also have a recipe.

https://harvestcraftmod.fandom.com/wiki/Schnitzel

Found another one without recipe:
Sauced Lamb Kebab, also from Harvestcraft, should also have a recipe.

https://ftb.gamepedia.com/Sauced_Lamb_Kebab

@KleinGrrmpf KleinGrrmpf changed the title Berry Vinaigrette Salad doesn't have a recipe Multiple food items don't have a recipe Aug 4, 2020
@KleinGrrmpf
Copy link
Author

Maybe this helps fixing the issue:

MatrexsVigil/harvestcraft#372

@KleinGrrmpf
Copy link
Author

swedishmeatballsitem.txt

As I couldn't find an online recipe for swedish meatballs, I extracted this on out of the harvestcraft mod. The issue is the one stated in the harvestcraft issue.

@NielsPilgaard
Copy link
Collaborator

(Note to self or the person who fixes this) Found the following fixes after digging through the above issue.

oreDict.cropLychee.add(<harvestcraft:lycheeitem>);
oreDict.cropJackfruit.add(<harvestcraft:jackfruititem>);

recipes.addShapeless(<harvestcraft:imitationcrabsticksitem>, [<ore:toolCuttingboard>, <ore:foodFlour>, <ore:listAllfishcooked>, <ore:listAllegg>, <minecraft:dye:1>]);
recipes.addShapeless(<harvestcraft:saucedlambkebabitem>, [<ore:toolMixingbowl>, <ore:foodLambkebab>, <ore:foodPlainyogurt>, <ore:listAllheavycream>, <ore:cropGarlic>, <ore:cropSpiceleaf>, <ore:cropLime>]);
recipes.addShapeless(<harvestcraft:swedishmeatballsitem>, [<ore:toolSaucepan>, <ore:foodGroundbeef>, <ore:foodFlour>, <ore:cropSpiceleaf>, <ore:foodGroundnutmeg>, <ore:listAllheavycream>, <ore:foodBlackpepper>, <ore:listAllheavycream>, <ore:listAllegg>]);
recipes.addShapeless(<harvestcraft:garlicsteakitem>, [<ore:toolSkillet>, <ore:listAllbeefraw>, <ore:cropGarlic>, <ore:foodButter>, <ore:cropSpiceleaf>]);

recipes.removeShapeless(<harvestcraft:quesadillaitem>);
recipes.addShapeless(<harvestcraft:quesadillaitem>, [<ore:toolSkillet>, <ore:foodTortilla>, <ore:foodCheese>]);
recipes.addShapeless(<harvestcraft:schnitzelitem>, [<ore:toolSkillet>, <ore:listAllmuttonraw>, <ore:foodFlour>, <ore:cropLemon>, <ore:foodOliveoil>, <ore:foodBlackpepper>]);
recipes.addShapeless(<harvestcraft:schnitzelitem>, [<ore:toolSkillet>, <ore:listAllporkraw>, <ore:foodFlour>, <ore:cropLemon>, <ore:foodOliveoil>, <ore:foodBlackpepper>]);
recipes.addShapeless(<harvestcraft:bratwurstitem>, [<ore:toolCuttingboard>, <ore:foodPorksausage>, <ore:foodPickles>, <ore:cropOnion>, <minecraft:bread>]);

@KleinGrrmpf
Copy link
Author

KleinGrrmpf commented Aug 20, 2020

Found two more without recipes:
Pork Rinds and Cracklins (both from harvestcraft)
https://ftb.gamepedia.com/Pork_Rinds
https://ftb.gamepedia.com/Cracklins

Feed The Beast Wiki
Feed The Beast Wiki

@NielsPilgaard NielsPilgaard added Mod Issue Status: Ready For Testing In-game testing of the issue is required and removed Status: Confirmation Needed Bug A modpack specific bug labels Oct 2, 2020
NielsPilgaard added a commit that referenced this issue Oct 2, 2020
@NielsPilgaard NielsPilgaard added Status: Fixed In Next Release This issue has been fixed in the next (unreleased) version of the pack and removed Status: Ready For Testing In-game testing of the issue is required labels Oct 4, 2020
SSyl pushed a commit to SSyl/Enigmatica2Expert-SSylTweaks that referenced this issue Apr 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Mod Issue Status: Fixed In Next Release This issue has been fixed in the next (unreleased) version of the pack
Projects
None yet
Development

No branches or pull requests

2 participants