forked from minetest-mods/unified_inventory
Add waypoints support (requires current minetest from git)
This commit is contained in:
2
init.lua
2
init.lua
@ -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")
|
||||
|
Reference in New Issue
Block a user