mirror of
https://github.com/minetest/minetest.git
synced 2025-03-06 20:48:40 +01:00
4 lines
213 B
Lua
4 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")
|