TechDudie
2021-02-09 43acec290067f9aca534647d46ba1f13cfeb377a
technic/machines/register/centrifuge_recipes.lua
@@ -11,9 +11,10 @@
end
local recipes = {
   { "technic:bronze_dust 4",             "technic:copper_dust 3",       "technic:tin_dust"      },
   { "technic:stainless_steel_dust 4",    "technic:wrought_iron_dust 3", "technic:chromium_dust" },
   { "technic:bronze_dust 8",             "technic:copper_dust 7",       "technic:tin_dust"      },
   { "technic:stainless_steel_dust 5",    "technic:wrought_iron_dust 4", "technic:chromium_dust" },
   { "technic:brass_dust 3",              "technic:copper_dust 2",       "technic:zinc_dust"     },
   { "technic:chernobylite_dust",         "default:sand",                "technic:uranium3_dust" },
   { "default:dirt 4",                    "default:sand",                "default:gravel",       "default:clay_lump 2"     },
}