-- Melterns mod local modpath = minetest.get_modpath("metal_melter") -- Crafting components dofile(modpath.."/components.lua") -- Melter dofile(modpath.."/melter.lua") -- Caster dofile(modpath.."/caster.lua")