forked from VoxeLibre/VoxeLibre
move some files to the right location
This commit is contained in:
parent
bb576148f4
commit
528f1cb81f
|
@ -1,11 +1,11 @@
|
|||
local modpath = minetest.get_modpath(minetest.get_current_modname())
|
||||
|
||||
dofile(modpath.."/kill.lua")
|
||||
dofile(modpath.."/setblock.lua")
|
||||
dofile(modpath.."/seed.lua")
|
||||
dofile(modpath.."/summon.lua")
|
||||
dofile(modpath.."/say.lua")
|
||||
dofile(modpath.."/list.lua")
|
||||
dofile(modpath.."/sound.lua")
|
||||
dofile(modpath.."/register/kill.lua")
|
||||
dofile(modpath.."/register/setblock.lua")
|
||||
dofile(modpath.."/register/seed.lua")
|
||||
dofile(modpath.."/register/summon.lua")
|
||||
dofile(modpath.."/register/say.lua")
|
||||
dofile(modpath.."/register/list.lua")
|
||||
dofile(modpath.."/register/sound.lua")
|
||||
|
||||
dofile(modpath.."/alias.lua")
|
Loading…
Reference in New Issue