Crafting
madshammy opened this issue ยท 1 comments
When ever i try to craft an item I get a hard crash to desktop. This particular one is from trying to craft the animal farm. I got the Oak Planks in, but as soon as i put the Iron Sword in I got the crash.
This is caused by an improper NEI plugin:
java.lang.ArrayIndexOutOfBoundsException: 0
at ru.itaros.chemlab.addon.nei.MachineCrafterRecipes.getRecipeHandler(MachineCrafterRecipes.java:152)
at codechicken.nei.recipe.GuiCraftingRecipe.openRecipeGui(GuiCraftingRecipe.java:20)
Whatever is adding 'ru.itaros.chemlab.addon' is responsible for the crash. They are likely not checking the recipe type properly when determining whether or not to use their NEI handler, as there is no reason for any other mods' NEI addon to be handling AW recipes.