Crash to Desktop when putting tools in crafting grid
psychofad opened this issue ยท 10 comments
forge-1.10.2-12.18.1.2076
Botania-unofficial.r1.8-320
Like the title says, when I put pickaxes, shovels, or axes into the crafting grid from Mekanism or Cyclic (only ones I have tested so far, vanilla are fine) I get crashed to desktop with the following crash report.
I am posting this here because Botania is the common denominator and if I remove Botania this does not happen. I posted this issue for Mekanism on his github and he said it was not his issue.
I don't know if this is the issue. But were you trying to apply a ivy on an emerald pickaxe? Maybe that caused the crash, since you said that when removing Botania, everything was fine
sure thing, here ya go mekanism/Mekanism#3704
@KingDGrizzle
No, actually i was going to add enchantments using enchantment tokens from Silent Gems mod, but as soon as I put the pick into the crafting grid it crashed me to desktop ( I never had a chance to put anything else into the crafting grid)
Maybe its AGAIN a tool that hasn't properly assigned its repair material?
Not an expert, so what I'm asking might NOT be the case
well, the Mekanism author did not think so, and this is happening with a bunch of different mod's pickaxes, so since Botania is listed in the crash log of every one of them I thought it best to address it here first, then if all the other mods just have it wrong, at least then i can reference this issue going forward.
For completeness I have also notified the Cyclic author of the issue so he can look into it on his end.
this is whoever that tool's mod author not setting their ToolMaterial's repairMaterial properly.
Sorry for the trouble. I am dumb. I forgot to add
TOOL_MATERIAL.setRepairItem(new ItemStack(Items.EMERALD));
EDIT: fixed in Cyclic release 1.7.4. for future referenc: Lothrazar/Cyclic#88