Add moist stromatolite remnant to the generated gold stromatolites

This commit is contained in:
Simon Brodtmann 2026-01-27 09:48:28 +01:00
parent 13dc11151e
commit d9b670c948

View file

@ -12,6 +12,7 @@ stromatolite.autoplace = {
stromatolite.collision_mask = table.deepcopy(data.raw["plant"]["tree-plant"].collision_mask) stromatolite.collision_mask = table.deepcopy(data.raw["plant"]["tree-plant"].collision_mask)
stromatolite.mining_time = 2 stromatolite.mining_time = 2
stromatolite.minable.results = { stromatolite.minable.results = {
{ type = "item", name = "moist-stromatolite-remnant", amount_min = 2, amount_max = 10 },
{ type = "item", name = "gold-ore", amount_min = 1, amount_max = 7 }, { type = "item", name = "gold-ore", amount_min = 1, amount_max = 7 },
{ type = "item", name = "gold-bacteria", amount_min = 3, amount_max = 9 }, { type = "item", name = "gold-bacteria", amount_min = 3, amount_max = 9 },
{ type = "item", name = "gold-stromatolite-seed", amount = 1, probability = 0.2 } { type = "item", name = "gold-stromatolite-seed", amount = 1, probability = 0.2 }