diff options
author | RealBadAngel <maciej.kasatkin@o2.pl> | 2014-05-05 09:39:03 +0200 |
---|---|---|
committer | RealBadAngel <maciej.kasatkin@o2.pl> | 2014-05-05 09:39:03 +0200 |
commit | b9b2892f28a56f6d1e5d58058d7845f4002cd434 (patch) | |
tree | 3bdade05ce4923e61b413ba426b52026ce433b5f /init.lua | |
parent | 79320c109c637378d89d2ea79d5e32d0db5a67d2 (diff) |
Add waypoints support (requires current minetest from git)
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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") |