filter dirty water

This commit is contained in:
Brevven 2022-01-24 22:18:29 -08:00
parent 6943519456
commit a99c69167d
3 changed files with 7 additions and 2 deletions

View file

@ -105,7 +105,7 @@ data:extend(
},
results =
{
{type = "fluid", name = "water", amount = 100, catalyst_amount = 100},
{type = "fluid", name = "water", amount = 90, catalyst_amount = 90},
{type = "item", name = "stone", probability = 0.30, amount = 1},
{type = "item", name = "lead-ore", probability = 0.20, amount_min = 1, amount_max = 4},
{type = "item", name = "copper-ore", probability = 0.05, amount = 1},