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

Parsing error loading recipe pamhc2foodextended:rawtofishitem #12

Open
aburone opened this issue Oct 14, 2021 · 7 comments
Open

Parsing error loading recipe pamhc2foodextended:rawtofishitem #12

aburone opened this issue Oct 14, 2021 · 7 comments

Comments

@aburone
Copy link

aburone commented Oct 14, 2021

This appears on the logs while loading the world
https://pastebin.pl/view/b5fd752d

@aburone
Copy link
Author

aburone commented Oct 14, 2021

[Render thread/ERROR] [net.minecraft.item.crafting.RecipeManager/]: Parsing error loading recipe pamhc2foodextended:raspberrytrifleitem

@aburone
Copy link
Author

aburone commented Oct 14, 2021

Parsing error loading recipe pamhc2foodextended:cottoncandyitem
com.google.gson.JsonSyntaxException: Unknown item 'pamhc2foodextended:cottoncandyitem'

@aburone
Copy link
Author

aburone commented Oct 14, 2021

Parsing error loading recipe pamhc2foodextended:bangersandmashitem
com.google.gson.JsonSyntaxException: Unknown item 'pamhc2foodcore:mashedpotatoes'

@aburone
Copy link
Author

aburone commented Oct 14, 2021

Parsing error loading recipe pamhc2foodextended:leafyfishsandwichitem
com.google.gson.JsonSyntaxException: Unknown item tag 'pamhc2foodcore:basicfishsandwhichitem'

@aburone
Copy link
Author

aburone commented Oct 14, 2021

Parsing error loading recipe pamhc2foodextended:gourmetmuttonpattyitem
com.google.gson.JsonSyntaxException: Unknown item tag 'forge:crops/mustard'

@FoxMcloud5655
Copy link

I can only confirm one of these; the rest of them do not error out on my dedicated server:

Parsing error loading recipe pamhc2foodextended:bangersandmashitem
com.google.gson.JsonSyntaxException: Unknown item 'pamhc2foodcore:mashedpotatoes'

@EagleEyeLogic
Copy link

EagleEyeLogic commented Mar 1, 2022

you will need to change and delete some files within the pamhc2foodextended-1.16.3-1.0.4.jar (with winrar)

under

assets\pamhc2foodextended\models\item
data\pamhc2foodextended\recipes

delete cottoncandyitem.json

it comes from foodcore

then edit the following files (changes) in data\pamhc2foodextended\recipes

bangersandmashitem.json (pamhc2foodcore:mashedpotatoesitem)
gourmetmuttonpattyitem.json (forge:crops/mustardseeds)
leafyfishsandwichitem.json ("item": "pamhc2foodcore:basicfishsandwichitem")
peachesandcreamoatmealitem.json (forge:crops/peach)
raspberrytrifleitem.json (forge:spices/vanilla)
rawtofishitem.json (forge:condiments/soysauce)

there are some recipes that throw errors if you not use pamhc2trees. but that's because you miss the fruits.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants