Botania Unofficial

Botania Unofficial

794k Downloads

Crash to Desktop when putting tools in crafting grid

psychofad opened this issue ยท 10 comments

commented

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.

http://pastebin.com/Bg5VYC5Z

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.

commented

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

commented

Could you Link the mekanism ticket?

commented

@williewillus

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)

commented

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

commented

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.

commented

For completeness I have also notified the Cyclic author of the issue so he can look into it on his end.

commented

this is whoever that tool's mod author not setting their ToolMaterial's repairMaterial properly.

commented

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

commented

no prob

commented

Ok, I will update the other issues with that information. Thanks!