Elias Fleckenstein b9f8f0a232 The Robot Update
2020-10-04 10:50:07 +02:00

9 lines
272 B
Lua

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")
dofile(modpath .. "/hand.lua")