-- =================================================================== placecraft = {} -- =================================================================== local modname = minetest.get_current_modname() local modpath = minetest.get_modpath (modname) placecraft.modname = modname placecraft.modpath = modpath -- =================================================================== dofile (modpath .. "/entities.lua" ) dofile (modpath .. "/placecore.lua" ) dofile (modpath .. "/examples.lua" ) -- =================================================================== -- End of file.