2018-08-08 01:06:16 +02:00
|
|
|
--[[
|
|
|
|
|
|
|
|
Tubelib Addons 3
|
|
|
|
================
|
|
|
|
|
2020-11-20 14:45:28 +01:00
|
|
|
Copyright (C) 2017-2020 Joachim Stolberg
|
2018-08-08 01:06:16 +02:00
|
|
|
|
2020-11-20 14:45:28 +01:00
|
|
|
AGPL v3
|
2018-08-08 01:06:16 +02:00
|
|
|
See LICENSE.txt for more information
|
|
|
|
|
|
|
|
]]--
|
|
|
|
|
2020-11-03 20:19:38 +01:00
|
|
|
tubelib_addons3 = {}
|
|
|
|
|
|
|
|
-- Load support for I18n
|
|
|
|
tubelib_addons3.S = minetest.get_translator("tubelib_addons3")
|
|
|
|
|
2018-08-08 01:06:16 +02:00
|
|
|
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')
|