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,3 +1,2 @@
dofile(minetest.get_modpath("testentities").."/visuals.lua")
dofile(minetest.get_modpath("testentities").."/armor.lua")
dofile(minetest.get_modpath("testentities").."/callbacks.lua")