mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-27 17:28:41 +00:00
3 lines
171 B
Lua
3 lines
171 B
Lua
dofile(minetest.get_modpath("callbacks").."/items.lua")
|
|
dofile(minetest.get_modpath("callbacks").."/nodes.lua")
|
|
dofile(minetest.get_modpath("callbacks").."/entities.lua")
|