mirror of
https://github.com/minetest-mods/more_chests.git
synced 2024-11-16 15:20:34 +01:00
Aliases moved to utils folder
This commit is contained in:
parent
939c7ea73d
commit
ab74b4a9ce
2
init.lua
2
init.lua
|
@ -3,5 +3,5 @@ dofile(minetest.get_modpath("more_chests").."/dropbox.lua")
|
||||||
dofile(minetest.get_modpath("more_chests").."/secret.lua")
|
dofile(minetest.get_modpath("more_chests").."/secret.lua")
|
||||||
dofile(minetest.get_modpath("more_chests").."/shared.lua")
|
dofile(minetest.get_modpath("more_chests").."/shared.lua")
|
||||||
dofile(minetest.get_modpath("more_chests").."/wifi.lua")
|
dofile(minetest.get_modpath("more_chests").."/wifi.lua")
|
||||||
dofile(minetest.get_modpath("more_chests").."/aliases.lua")
|
|
||||||
|
|
||||||
|
dofile(minetest.get_modpath("more_chests").."/utils/aliases.lua")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user