Add waypoints support (requires current minetest from git)

This commit is contained in:
RealBadAngel
2014-05-05 09:39:03 +02:00
parent 79320c109c
commit b9b2892f28
15 changed files with 300 additions and 0 deletions

View File

@ -38,8 +38,10 @@ if creative_inventory then
end
end
dofile(modpath.."/datastorage.lua")
dofile(modpath.."/api.lua")
dofile(modpath.."/internal.lua")
dofile(modpath.."/callbacks.lua")
dofile(modpath.."/register.lua")
dofile(modpath.."/bags.lua")
dofile(modpath.."/waypoints.lua")