local modpath = minetest.get_modpath ("abriglass") abriglass = {} if ocutil.mod_exists ("dye") then abriglass.has_dye = true else abriglass.has_dye = false end dofile (modpath .. "/nodes.lua" ) dofile (modpath .. "/crafting.lua" )