You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 anIllegalArgumentException
. I created a pull request to fix this issue.The text was updated successfully, but these errors were encountered: