Recipe typos causing errors in Minecraft logs.
UnicornSnuggler opened this issue · 0 comments
Versions
Minecraft: 1.16.5
Forge: 36.1.0
PHC 2 - Crops: 1.0.2
PHC 2 - Food Core: 1.0.2
PHC 2 - Food Extended: 1.0.2
PHC 2 - Trees: 1.0.0
Two errors are always output to the logs when a new world is created in a modpack that contains the above Pam's HarvestCraft 2 mods.
The first pertains to a failing recipe for Cotton Candy. It looks as though it's expecting cottoncandyitem
to be present in pamhc2foodextended
when in reality, it's found in pamhc2foodcore
.
The second pertains to a failing recipe for Peaches and Cream Oatmeal. It's expecting the tag forge:crop/peach
when it's actually forge:crops/peach
— with the plural word "crops" rather than the singular form.
The relevant errors can be found in the logs at this PasteBin link.