Add moist stromatolite remnant to the generated gold stromatolites
This commit is contained in:
parent
13dc11151e
commit
d9b670c948
1 changed files with 1 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ stromatolite.autoplace = {
|
|||
stromatolite.collision_mask = table.deepcopy(data.raw["plant"]["tree-plant"].collision_mask)
|
||||
stromatolite.mining_time = 2
|
||||
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-bacteria", amount_min = 3, amount_max = 9 },
|
||||
{ type = "item", name = "gold-stromatolite-seed", amount = 1, probability = 0.2 }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue