minetest/games/devtest/mods/callbacks/init.lua
2024-10-28 15:57:54 +01:00

5 lines
213 B
Lua

dofile(core.get_modpath("callbacks").."/items.lua")
dofile(core.get_modpath("callbacks").."/nodes.lua")
dofile(core.get_modpath("callbacks").."/entities.lua")
dofile(core.get_modpath("callbacks").."/players.lua")