From 8efc68240bfe91d324bafd065995356667a890a5 Mon Sep 17 00:00:00 2001 From: Thomas--S Date: Fri, 13 Nov 2020 18:37:37 +0100 Subject: [PATCH] Prevent Oil Duplication --- items/cracking.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/items/cracking.lua b/items/cracking.lua index 6651bfe..0773d3f 100644 --- a/items/cracking.lua +++ b/items/cracking.lua @@ -46,7 +46,7 @@ techage.recipes.add("ta4_doser", { -- Hydrogenate techage.recipes.add("ta4_doser", { - output = "techage:bitumen 2", + output = "techage:bitumen 1", input = { "techage:fueloil 1", "techage:hydrogen 1", @@ -55,7 +55,7 @@ techage.recipes.add("ta4_doser", { }) techage.recipes.add("ta4_doser", { - output = "techage:fueloil 2", + output = "techage:fueloil 1", input = { "techage:naphtha 1", "techage:hydrogen 1", @@ -64,7 +64,7 @@ techage.recipes.add("ta4_doser", { }) techage.recipes.add("ta4_doser", { - output = "techage:naphtha 2", + output = "techage:naphtha 1", input = { "techage:gasoline 1", "techage:hydrogen 1",