forked from cacklingfiend/Cobalt2
Compatibility fixes
This commit is contained in:
parent
b241032f67
commit
ee304b6e56
1 changed files with 1 additions and 1 deletions
|
|
@ -171,7 +171,7 @@ if mods["space-exploration"] then
|
|||
order = "z-01",
|
||||
enabled = false,
|
||||
energy_required = 10,
|
||||
ingredients = {{type="item", name="glass", amount=2},{type="item", name=mods["Krastorio2"] and "kr-silicon" or "silicon", amount=2},{type="item", name="cobalt-plate", amount=4}},
|
||||
ingredients = {{type="item", name=mods["Krastorio2"] and "kr-glass" or "glass", amount=2},{type="item", name=mods["Krastorio2"] and "kr-silicon" or "silicon", amount=2},{type="item", name="cobalt-plate", amount=4}},
|
||||
results = {{type="item", name="se-data-storage-substrate", amount=1}, {type="item", name="se-scrap", amount=1, probability=0.5}},
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue