Double numbers for gold ore

This commit is contained in:
Simon Brodtmann 2025-02-16 16:21:10 +01:00
parent 34578d283b
commit 72701aab63
2 changed files with 2 additions and 2 deletions

View file

@ -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
},

View file

@ -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 }
}
}