Fix zeolite recipe for when silica is not present
This commit is contained in:
parent
d134d735f9
commit
eedef2d317
1 changed files with 1 additions and 1 deletions
|
|
@ -321,7 +321,7 @@ data:extend({
|
|||
order = "a",
|
||||
enabled = false,
|
||||
energy_required = 8,
|
||||
ingredients = {{type="item", name="sodium-aluminate", amount=5},(data.raw.fluid["gas"] and {type="item", name="silica", amount=5}) or {type="item", name="stone", amount=5}, {type="fluid", name="water", amount=100}},
|
||||
ingredients = {{type="item", name="sodium-aluminate", amount=5},(data.raw.item["silica"] and {type="item", name="silica", amount=5}) or {type="item", name="stone", amount=5}, {type="fluid", name="water", amount=100}},
|
||||
results = {{type="item", name="zeolite", amount=10}},
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue