2018-08-08 01:06:16 +02:00
|
|
|
--[[
|
|
|
|
|
|
|
|
Tubelib Addons 3
|
|
|
|
================
|
|
|
|
|
|
|
|
Copyright (C) 2018 Joachim Stolberg
|
|
|
|
|
|
|
|
LGPLv2.1+
|
|
|
|
See LICENSE.txt for more information
|
|
|
|
|
|
|
|
]]--
|
|
|
|
|
|
|
|
dofile(minetest.get_modpath("tubelib_addons3") .. '/chest.lua')
|
2018-08-08 11:37:27 +02:00
|
|
|
dofile(minetest.get_modpath("tubelib_addons3") .. '/pusher.lua')
|
|
|
|
dofile(minetest.get_modpath("tubelib_addons3") .. '/distributor.lua')
|
|
|
|
dofile(minetest.get_modpath("tubelib_addons3") .. '/pushing_chest.lua')
|
2019-08-06 16:29:50 +02:00
|
|
|
dofile(minetest.get_modpath("tubelib_addons3") .. '/teleporter.lua')
|
|
|
|
dofile(minetest.get_modpath("tubelib_addons3") .. '/funnel.lua')
|