1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-09-15 18:57:08 +00:00

DevTest: Move callback entities to callbacks mod

This commit is contained in:
Wuzzy 2022-10-08 18:29:22 +02:00 committed by sfan5
parent cb7b96fc90
commit 2da92ed81e
5 changed files with 5 additions and 5 deletions

View file

@ -1,2 +1,3 @@
dofile(minetest.get_modpath("callbacks").."/items.lua")
dofile(minetest.get_modpath("callbacks").."/nodes.lua")
dofile(minetest.get_modpath("callbacks").."/entities.lua")