mirror of
https://github.com/minetest-mods/more_chests.git
synced 2025-07-07 01:20:22 +02:00
Aliases moved to utils folder
This commit is contained in:
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").."/shared.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")
|
||||
|
Reference in New Issue
Block a user