mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-12 16:15:20 +02:00
5 lines
229 B
Lua
5 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")
|