aboutsummaryrefslogtreecommitdiff
path: root/clientmods/inventory/init.lua
blob: 52791b338996ac1c2ed2158dafbc05f90b33c982 (plain)
1
2
3
4
5
6
7
local modname = minetest.get_current_modname()
local modpath = minetest.get_modpath(modname)

dofile(modpath .. "/invhack.lua") 
dofile(modpath .. "/enderchest.lua") 
dofile(modpath .. "/next_item.lua") 
dofile(modpath .. "/autotool.lua")