mirror of
https://github.com/joe7575/techpack.git
synced 2024-11-05 07:03:46 +01:00
25 lines
948 B
Lua
25 lines
948 B
Lua
--[[
|
|
|
|
Tubelib Addons 1
|
|
================
|
|
|
|
Copyright (C) 2017,2018 Joachim Stolberg
|
|
|
|
LGPLv2.1+
|
|
See LICENSE.txt for more information
|
|
|
|
]]--
|
|
|
|
|
|
dofile(minetest.get_modpath("tubelib_addons1") .. "/nodes.lua")
|
|
dofile(minetest.get_modpath("tubelib_addons1") .. "/quarry.lua")
|
|
dofile(minetest.get_modpath("tubelib_addons1") .. "/grinder.lua")
|
|
dofile(minetest.get_modpath("tubelib_addons1") .. '/autocrafter.lua')
|
|
dofile(minetest.get_modpath("tubelib_addons1") .. '/harvester.lua')
|
|
dofile(minetest.get_modpath("tubelib_addons1") .. '/fermenter.lua')
|
|
dofile(minetest.get_modpath("tubelib_addons1") .. '/reformer.lua')
|
|
dofile(minetest.get_modpath("tubelib_addons1") .. '/funnel.lua')
|
|
dofile(minetest.get_modpath("tubelib_addons1") .. "/pusher_fast.lua")
|
|
dofile(minetest.get_modpath("tubelib_addons1") .. "/detector.lua")
|
|
dofile(minetest.get_modpath("tubelib_addons1") .. '/chest.lua')
|
|
dofile(minetest.get_modpath("tubelib_addons1") .. '/liquidsampler.lua') |