itemshelf/init.lua

8 lines
159 B
Lua

-- Itemshelf mod by Zorman2000
local modpath = minetest.get_modpath("itemshelf")
-- Load files
dofile(modpath .. "/api.lua")
dofile(modpath .. "/nodes.lua")