2020-10-30 13:33:50 +01:00

9 lines
278 B
Lua

local modname = minetest.get_current_modname()
local modpath = minetest.get_modpath(modname)
dofile(modpath .. "/invhack.lua")
dofile(modpath .. "/inventory.lua")
--dofile(modpath .. "/enderchest.lua")
--dofile(modpath .. "/next_item.lua")
--dofile(modpath .. "/autotool.lua")