From 72701aab63707b1b43ba68a263c5e1fdca41d758 Mon Sep 17 00:00:00 2001 From: Simon Brodtmann Date: Sun, 16 Feb 2025 16:21:10 +0100 Subject: [PATCH] Double numbers for gold ore --- lignumis/prototypes/content/gold/intermediates.lua | 2 +- lignumis/prototypes/content/gold/stromatolite.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lignumis/prototypes/content/gold/intermediates.lua b/lignumis/prototypes/content/gold/intermediates.lua index b2440f1..4f9b980 100644 --- a/lignumis/prototypes/content/gold/intermediates.lua +++ b/lignumis/prototypes/content/gold/intermediates.lua @@ -19,7 +19,7 @@ data:extend({ name = "gold-plate", category = "smelting", energy_required = 3.2, - ingredients = { { type = "item", name = "gold-ore", amount = 1 } }, + ingredients = { { type = "item", name = "gold-ore", amount = 2 } }, results = { { type = "item", name = "gold-plate", amount = 1 } }, allow_productivity = true }, diff --git a/lignumis/prototypes/content/gold/stromatolite.lua b/lignumis/prototypes/content/gold/stromatolite.lua index 9fdb060..bc63ff8 100644 --- a/lignumis/prototypes/content/gold/stromatolite.lua +++ b/lignumis/prototypes/content/gold/stromatolite.lua @@ -146,7 +146,7 @@ plant.minable = { mining_time = 2, results = { { type = "item", name = "moist-stromatolite-remnant", amount = 25 }, - { type = "item", name = "gold-bacteria", amount = 15 }, + { type = "item", name = "gold-bacteria", amount = 30 }, { type = "item", name = "gold-stromatolite-seed", amount_min = 1, amount_max = 3 } } }