mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00:00
4 lines
229 B
Lua
4 lines
229 B
Lua
dofile(minetest.get_modpath("callbacks").."/items.lua")
|
|
dofile(minetest.get_modpath("callbacks").."/nodes.lua")
|
|
dofile(minetest.get_modpath("callbacks").."/entities.lua")
|
|
dofile(minetest.get_modpath("callbacks").."/players.lua")
|