From 2b647dd7f8cc025fa7eb606ae25b2eaf4ebbd02e Mon Sep 17 00:00:00 2001 From: Robert Frederick Date: Thu, 27 Feb 2020 20:16:39 -0500 Subject: [PATCH] Revert centrifuge alloy recipe inverses --- technic/machines/register/centrifuge_recipes.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/technic/machines/register/centrifuge_recipes.lua b/technic/machines/register/centrifuge_recipes.lua index 11c6788..4684ba0 100644 --- a/technic/machines/register/centrifuge_recipes.lua +++ b/technic/machines/register/centrifuge_recipes.lua @@ -11,8 +11,8 @@ function technic.register_separating_recipe(data) end local recipes = { - { "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:bronze_dust 4", "technic:copper_dust 3", "technic:tin_dust" }, + { "technic:stainless_steel_dust 4", "technic:wrought_iron_dust 3", "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" },