2020-08-15 15:45:28 +02:00
|
|
|
local modname = minetest.get_current_modname()
|
|
|
|
local modpath = minetest.get_modpath(modname)
|
|
|
|
|
|
|
|
dofile(modpath .. "/invhack.lua")
|
|
|
|
dofile(modpath .. "/enderchest.lua")
|
2020-08-22 13:51:50 +02:00
|
|
|
dofile(modpath .. "/next_item.lua")
|
|
|
|
dofile(modpath .. "/autotool.lua")
|