Summary of the problem [Harvestcraft] Crackers cannot crafted
Pack Version 1.0.0
What is the bug? Pam's Harvestcraft crackers has an overlapping recipe with pretzels. While it is a HC bug, it can be easily fixed by changing the recipe a little bit.
Mod & Version Pam's HarvestCraft 1.12.2a
Link to log file
Is it repeatable?
Known Fix I decided to use already existing cracker item, and just shapelessy craft two items together:
recipes.remove(<harvestcraft:crackersitem>);
recipes.addShapeless(<harvestcraft:crackersitem> * 2, [<harvestcraft:crackeritem>, <harvestcraft:crackeritem>]);
Cooking for Blockheads recipe book and block takes the changed recipe without any problems.
Pack Version 1.0.0
What is the bug? Pam's Harvestcraft crackers has an overlapping recipe with pretzels. While it is a HC bug, it can be easily fixed by changing the recipe a little bit.
Mod & Version Pam's HarvestCraft 1.12.2a
Link to log file
Is it repeatable?
Known Fix I decided to use already existing cracker item, and just shapelessy craft two items together:
recipes.remove(<harvestcraft:crackersitem>);
recipes.addShapeless(<harvestcraft:crackersitem> * 2, [<harvestcraft:crackeritem>, <harvestcraft:crackeritem>]);
Cooking for Blockheads recipe book and block takes the changed recipe without any problems.