1
0
mirror of https://github.com/mt-mods/pipeworks.git synced 2025-06-30 23:30:35 +02:00

minor tweaks to various dofile() calls, moved one from tubes.lua to init.lua

This commit is contained in:
Vanessa Ezekowitz
2013-06-22 17:51:57 -04:00
parent 00e6d148d5
commit 47b6c25abe
2 changed files with 13 additions and 11 deletions

View File

@ -509,7 +509,6 @@ minetest.register_abm({nodenames={"group:sand_tube"},interval=1,chance=1,
object:remove()
end
end
end})
end
})
modpath=minetest.get_modpath("pipeworks")
dofile(modpath.."/teleport_tube.lua")