1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-14 17:15:21 +02: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")