k2 fluid amount
This commit is contained in:
parent
aad4721693
commit
805a87f3c1
2 changed files with 2 additions and 1 deletions
|
|
@ -3,6 +3,7 @@ Version: 1.0.3
|
||||||
Date: 2022-01-24
|
Date: 2022-01-24
|
||||||
Changes:
|
Changes:
|
||||||
- Small compatibility tweaks
|
- Small compatibility tweaks
|
||||||
|
- K2: Dirty water filtration water amount
|
||||||
---------------------------------------------------------------------------------------------------
|
---------------------------------------------------------------------------------------------------
|
||||||
Version: 1.0.2
|
Version: 1.0.2
|
||||||
Date: 2022-01-06
|
Date: 2022-01-06
|
||||||
|
|
|
||||||
|
|
@ -147,7 +147,7 @@ data:extend(
|
||||||
},
|
},
|
||||||
results =
|
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 = "stone", probability = 0.30, amount = 1},
|
||||||
{type = "item", name = "titanium-ore", probability = 0.05, amount = 1}
|
{type = "item", name = "titanium-ore", probability = 0.05, amount = 1}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue