From 7f326f8fc80088be13f774c6314f0bec2432fba3 Mon Sep 17 00:00:00 2001 From: orangedude27 Date: Sun, 24 Dec 2023 12:21:44 -0800 Subject: [PATCH] Fix issue with loading (#21) This fixes an issue when trying to apply changes to the se-scrap-recycling recipe --- lead-recipe-updates.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lead-recipe-updates.lua b/lead-recipe-updates.lua index 461aef4..6484d0f 100644 --- a/lead-recipe-updates.lua +++ b/lead-recipe-updates.lua @@ -49,7 +49,7 @@ util.add_ingredient("kr-rocket-turret", "lead-plate", 10) if mods["space-exploration"] then util.replace_ingredient("effectivity-module", "copper-cable", "battery", 5) end -util.add_product("se-scrap-recycling", {name="lead-ore", amount=1, probability=0.1}) +util.add_product("se-scrap-recycling", {name="lead-ore", type="item", amount=1, probability=0.1}) util.replace_some_ingredient("se-pulveriser", "iron-plate", 10, "lead-plate", 10) util.replace_some_ingredient("se-canister", "copper-plate", 5, "lead-plate", 5) util.add_ingredient("industrial-furnace", "lead-plate", 16) -- AAII