#Change stone torch recipes so they're shapeless and craft fewer torches.
recipes.remove(<1484>);
recipes.addShapeless(<1484> * 2, [oreDict.coal,oreDict.stoneRod,oreDict.stoneRod]);
recipes.addShapeless(<1484>, [oreDict.charcoal,oreDict.stoneRod]);
recipes.addShapeless(<1484>, [oreDict.itemCharcoalSugar,oreDict.stoneRod]);
#recipes.addShapeless(<1484>, [oreDict.itemRawRubber,oreDict.stoneRod]);
#Get bonus torches when using rubber
recipes.addShapeless(<1484> * 4, [oreDict.coal, oreDict.itemRawRubber, oreDict.stoneRod, oreDict.stoneRod, oreDict.stoneRod, oreDict.stoneRod]);
recipes.addShapeless(<1484> * 2, [oreDict.charcoal,oreDict.itemRawRubber,oreDict.stoneRod,oreDict.stoneRod]);
recipes.addShapeless(<1484> * 2, [oreDict.itemCharcoalSugar,oreDict.itemRawRubber,oreDict.stoneRod,oreDict.stoneRod]);