bzcarbon2/nanotubes-final.lua
2025-04-07 20:10:30 -07:00

9 lines
382 B
Lua

local util = require("data-util");
local cutil = require("carbon-util")
if util.me.use_fullerenes() then
cutil.nanotube_recipe("low-density-structure")
cutil.nanotube_recipe("casting-low-density-structure", "low-density-structure")
cutil.nanotube_recipe("space-platform-foundation")
cutil.nanotube_recipe("low-density-structure-from-aluminum", "low-density-structure")
end