mods/itemshelf/init.lua
WilLiam12 d131a94765 .
2021-07-15 22:57:12 -03:00

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")