Compare commits

..

No commits in common. "5e100e526e48bd350984040fedf1d1004a899882" and "d4952e2620669270d322fe7b7ae1f9d57015dad7" have entirely different histories.

2 changed files with 4 additions and 4 deletions

View file

@ -4,8 +4,8 @@ if util.k2() then
if util.me.use_fullerenes() then if util.me.use_fullerenes() then
-- Add extra nanotube recipes. -- Add extra nanotube recipes.
-- This could be moved to data-updates in future if necessary -- This could be moved to data-updates in future if necessary
cutil.nanotube_recipe("kr-imersium-plate") cutil.nanotube_recipe("imersium-plate")
cutil.nanotube_recipe("kr-easy-imersium-beam","kr-imersium-beam") cutil.nanotube_recipe("kr-s-c-imersium-beam", "imersium-beam")
cutil.nanotube_recipe("kr-easy-imersium-gear-wheel","kr-imersium-gear-wheel") cutil.nanotube_recipe("kr-s-c-imersium-gear-wheel", "imersium-gear-wheel")
end end
end end

View file

@ -84,7 +84,7 @@ me.crucible_ingredients = {"zirconia", "silica", "stone-brick"}
me.furnaces = { me.furnaces = {
"electric-furnace", "electric-furnace",
-- "foundry", -- Space Age "foundry", -- Space Age
"basic-foundry", -- BZ Tin "basic-foundry", -- BZ Tin
"electric-foundry", -- BZ "electric-foundry", -- BZ
"industrial-furnace", -- AAI "industrial-furnace", -- AAI