k2 fluid amount

This commit is contained in:
Brevven 2022-01-30 16:17:00 -08:00
parent aad4721693
commit 805a87f3c1
2 changed files with 2 additions and 1 deletions

View file

@ -3,6 +3,7 @@ Version: 1.0.3
Date: 2022-01-24
Changes:
- Small compatibility tweaks
- K2: Dirty water filtration water amount
---------------------------------------------------------------------------------------------------
Version: 1.0.2
Date: 2022-01-06

View file

@ -147,7 +147,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 = "titanium-ore", probability = 0.05, amount = 1}
},