ModTweaker Support
016Nojr opened this issue ยท 7 comments
Let's rephrase then. It doesnt work then, The printed parts for the circuits in Refined Storage you can smelt gold/dia/iron/silicon in a furnace, however this doesnt work in the MA furnaces. It's using the furnace.addRecipe function.
@BlakeBr0 ^^
Doesnt work for me in the latest SkyFactory 3 3.0.5 atleast, using MA version 1.3.9
//Refined Storage Alternate Route
furnace.addRecipe(refinedstorage:processor:1, minecraft:gold_ingot);
furnace.addRecipe(refinedstorage:processor:2, minecraft:diamond);
furnace.addRecipe(refinedstorage:processor, minecraft:iron_ingot);
furnace.addRecipe(refinedstorage:processor:6, ore:itemSilicon);