Gadgetry: Core

Gadgetry: Core

776k Downloads

Crash when Ore Dictionary Ingredients are used for the alloy furnace

noeppi-noeppi opened this issue ยท 0 comments

commented

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.