Fix no crucible for foundry and K2 nanotube recipe generation #1
2 changed files with 4 additions and 4 deletions
|
|
@ -4,8 +4,8 @@ if util.k2() then
|
|||
if util.me.use_fullerenes() then
|
||||
-- Add extra nanotube recipes.
|
||||
-- This could be moved to data-updates in future if necessary
|
||||
cutil.nanotube_recipe("imersium-plate")
|
||||
cutil.nanotube_recipe("kr-s-c-imersium-beam", "imersium-beam")
|
||||
cutil.nanotube_recipe("kr-s-c-imersium-gear-wheel", "imersium-gear-wheel")
|
||||
cutil.nanotube_recipe("kr-imersium-plate")
|
||||
cutil.nanotube_recipe("kr-easy-imersium-beam","kr-imersium-beam")
|
||||
cutil.nanotube_recipe("kr-easy-imersium-gear-wheel","kr-imersium-gear-wheel")
|
||||
end
|
||||
end
|
||||
|
|
|
|||
|
|
@ -84,7 +84,7 @@ me.crucible_ingredients = {"zirconia", "silica", "stone-brick"}
|
|||
|
||||
me.furnaces = {
|
||||
"electric-furnace",
|
||||
"foundry", -- Space Age
|
||||
-- "foundry", -- Space Age
|
||||
"basic-foundry", -- BZ Tin
|
||||
"electric-foundry", -- BZ
|
||||
"industrial-furnace", -- AAI
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue