mirror of
https://github.com/minetest-mods/unified_inventory.git
synced 2025-06-29 23:10:45 +02:00
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