From ca04815aa4ef68d7520841cd199f904a4a920749 Mon Sep 17 00:00:00 2001 From: Simon Brodtmann Date: Thu, 13 Feb 2025 21:17:57 +0100 Subject: [PATCH] Reduce peat from gold --- lignumis/prototypes/content/desiccation-furnace.lua | 2 +- lignumis/prototypes/content/gold/stromatolite.lua | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lignumis/prototypes/content/desiccation-furnace.lua b/lignumis/prototypes/content/desiccation-furnace.lua index 7f92c20..7f2f583 100644 --- a/lignumis/prototypes/content/desiccation-furnace.lua +++ b/lignumis/prototypes/content/desiccation-furnace.lua @@ -10,7 +10,7 @@ furnace.icons = { } furnace.fluid_boxes = { { - volume = 50, + volume = 100, pipe_picture = machinepipes(), pipe_covers = pipecovers(), pipe_connections = { diff --git a/lignumis/prototypes/content/gold/stromatolite.lua b/lignumis/prototypes/content/gold/stromatolite.lua index 598f5d8..9fdb060 100644 --- a/lignumis/prototypes/content/gold/stromatolite.lua +++ b/lignumis/prototypes/content/gold/stromatolite.lua @@ -145,7 +145,7 @@ plant.minable = { mining_particle = "copper-ore-particle", mining_time = 2, results = { - { type = "item", name = "moist-stromatolite-remnant", amount = 30 }, + { type = "item", name = "moist-stromatolite-remnant", amount = 25 }, { type = "item", name = "gold-bacteria", amount = 15 }, { type = "item", name = "gold-stromatolite-seed", amount_min = 1, amount_max = 3 } } @@ -244,10 +244,10 @@ local desiccation_recipe = { subgroup = "raw-material", order = "b0[desiccation]", energy_required = 9.6, - ingredients = { { type = "item", name = "moist-stromatolite-remnant", amount = 5 } }, + ingredients = { { type = "item", name = "moist-stromatolite-remnant", amount = 6 } }, results = { { type = "item", name = "peat", amount = 1 }, - { type = "fluid", name = "steam", amount = 50, temperature = 165 } + { type = "fluid", name = "steam", amount = 60, temperature = 165 } }, enabled = false }