Closed Couldn't Auto/Manual craft Bronze Gears

M

MacAttack_UK

Guest
Summary of the problem Couldn't Auto/Manual craft Bronze Gears

Pack Version 1.1.0

What is the bug? When trying to make a pattern for Refined Storage to autocraft the Bronze Gear it would not give me the pattern. I then tried it manually and when I clicked on the resulting output it disappeared

Mod & Version refinedstorage-1.5.23
ThermalExpansion-1.12-5.3.6.20-universal

Link to log file Nothing could be seen in the log when this was happening.

Is it repeatable? Not persistantly

Known Fix Created a script to remove the conflicting Forestry gear recipes for Tin, Copper and Bronze.

recipes.removeShaped(<forestry:gear_tin>);
recipes.removeShaped(<forestry:gear_copper>);
recipes.removeShaped(<forestry:gear_bronze>);

For me this worked perfectly. I originaly thought it was one of the additional mods I had added and still could be I guess but either way this fixed my issues and all autocrafting recipes are now working.