mirror of
https://github.com/joe7575/techpack.git
synced 2024-11-05 07:03:46 +01:00
19 lines
542 B
Lua
19 lines
542 B
Lua
--[[
|
|
|
|
Tubelib Addons 3
|
|
================
|
|
|
|
Copyright (C) 2018 Joachim Stolberg
|
|
|
|
LGPLv2.1+
|
|
See LICENSE.txt for more information
|
|
|
|
]]--
|
|
|
|
dofile(minetest.get_modpath("tubelib_addons3") .. '/chest.lua')
|
|
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')
|
|
dofile(minetest.get_modpath("tubelib_addons3") .. '/teleporter.lua')
|
|
dofile(minetest.get_modpath("tubelib_addons3") .. '/funnel.lua')
|