reduced stone cost for only al purification
This commit is contained in:
parent
a1cc190d04
commit
25bfaff64b
1 changed files with 1 additions and 1 deletions
|
@ -904,7 +904,7 @@ data:extend({
|
||||||
ingredients = {
|
ingredients = {
|
||||||
{type="fluid", name="water", amount=100},
|
{type="fluid", name="water", amount=100},
|
||||||
--{type="fluid", name="steam", amount=240, temperature=165},
|
--{type="fluid", name="steam", amount=240, temperature=165},
|
||||||
{type="item", name="stone", amount=10}
|
{type="item", name="stone", amount=8}
|
||||||
},
|
},
|
||||||
results = {
|
results = {
|
||||||
{type="fluid", name="el_dirty_water", amount=100},
|
{type="fluid", name="el_dirty_water", amount=100},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue