1 2 3 4 5 6
local modpath = minetest.get_modpath("homedecor_tables") dofile(modpath.."/misc.lua") dofile(modpath.."/endtable.lua") dofile(modpath.."/coffeetable.lua")