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

Crash when Ore Dictionary Ingredients are used for the alloy furnace #8

Open
noeppi-noeppi opened this issue Apr 1, 2020 · 0 comments · May be fixed by #9
Open

Crash when Ore Dictionary Ingredients are used for the alloy furnace #8

noeppi-noeppi opened this issue Apr 1, 2020 · 0 comments · May be fixed by #9

Comments

@noeppi-noeppi
Copy link

noeppi-noeppi commented Apr 1, 2020

The alloy furnace has a way to handle ore dictionary ingredients but if they're used the game occasionally crashes. As gadgetry itself does not use them, the only way for now is to use MoreTweaker. The problem is that OreDictionary#getOreIDs(ItemStack) is sometimes called with an empty stack which trows an IllegalArgumentException. I created a pull request to fix this issue.

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

Successfully merging a pull request may close this issue.

1 participant