Set crafting category to chemistry for fullerenes

This commit is contained in:
Simon Brodtmann 2025-12-10 18:08:39 +01:00
parent 48ecef0f98
commit b61871dcca

View file

@ -49,6 +49,7 @@ end
if mods["bzcarbon2"] then if mods["bzcarbon2"] then
util.add_ingredient("fullerenes", "argon", 10) util.add_ingredient("fullerenes", "argon", 10)
util.set_category("fullerenes", "chemistry")
end end
if mods["bzsilicon2"] then if mods["bzsilicon2"] then