Fix K2 nanotube renames

This commit is contained in:
pla 2025-10-28 12:00:43 +01:00
parent b0d2ef58a5
commit 5e100e526e
No known key found for this signature in database

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("imersium-plate") cutil.nanotube_recipe("kr-imersium-plate")
cutil.nanotube_recipe("kr-s-c-imersium-beam", "imersium-beam") cutil.nanotube_recipe("kr-easy-imersium-beam","kr-imersium-beam")
cutil.nanotube_recipe("kr-s-c-imersium-gear-wheel", "imersium-gear-wheel") cutil.nanotube_recipe("kr-easy-imersium-gear-wheel","kr-imersium-gear-wheel")
end end
end end