diff --git a/lignumis/prototypes/content/gold/stromatolite.lua b/lignumis/prototypes/content/gold/stromatolite.lua index eed7a04..357dd6d 100644 --- a/lignumis/prototypes/content/gold/stromatolite.lua +++ b/lignumis/prototypes/content/gold/stromatolite.lua @@ -147,7 +147,7 @@ plant.minable = { results = { { type = "item", name = "moist-stromatolite-remnant", amount_min = 23, amount_max = 37 }, { type = "item", name = "gold-bacteria", amount_min = 13, amount_max = 17 }, - { type = "item", name = "gold-stromatolite-seed", amount_min = 1, amount_max = 2 } + { type = "item", name = "gold-stromatolite-seed", amount_min = 1, amount_max = 3 } } } plant.growth_ticks = 20 * minute