diff --git a/lignumis/changelog.txt b/lignumis/changelog.txt index 8cb81bd..084902b 100644 --- a/lignumis/changelog.txt +++ b/lignumis/changelog.txt @@ -3,6 +3,7 @@ Version: 1.0.6 Date: 02.02.2025 Bug Fixes: - Only regular Nauvis trees are buffed + - Disable recycling for alternative recipes --------------------------------------------------------------------------------------------------- Version: 1.0.5 Date: 27.01.2025 diff --git a/lignumis/prototypes/content/mid-game-recipes.lua b/lignumis/prototypes/content/mid-game-recipes.lua index 5559daf..f4964e5 100644 --- a/lignumis/prototypes/content/mid-game-recipes.lua +++ b/lignumis/prototypes/content/mid-game-recipes.lua @@ -104,6 +104,7 @@ data:extend({ }, energy_required = 12.8, enabled = false, + auto_recycle = false, ingredients = { { type = "item", name = "cupriavidus-necator", amount = 100 } }, results = { { type = "item", name = "plastic-bar", amount_min = 1, amount_max = 20 }, @@ -130,6 +131,7 @@ data:extend({ }, energy_required = 12.8, enabled = false, + auto_recycle = false, ingredients = { { type = "item", name = "dead-cupriavidus-necator", amount = 100 } }, results = { { type = "item", name = "plastic-bar", amount_min = 1, amount_max = 14 }, @@ -152,6 +154,7 @@ data:extend({ category = "crafting", energy_required = 15, enabled = false, + auto_recycle = false, ingredients = { { type = "item", name = "gold-plate", amount = 20 }, { type = "item", name = "plastic-bar", amount = 7 }, @@ -170,6 +173,7 @@ data:extend({ category = "smelting", energy_required = 1, enabled = false, + auto_recycle = false, ingredients = { { type = "fluid", name = "wood-pulp", amount = 10 } }, results = { { type = "item", name = "nutrients", amount = 5 } }, allow_productivity = true, @@ -184,6 +188,7 @@ data:extend({ name = "rocket-fuel-from-wood-pulp-and-peat", energy_required = 15, enabled = false, + auto_recycle = false, category = "crafting-with-fluid", ingredients = {