18 lines
375 B
Lua
18 lines
375 B
Lua
|
--[[
|
||
|
|
||
|
Tubelib Biogas Burners Mod
|
||
|
==========================
|
||
|
|
||
|
Biogas machines for TechPack by Joachim Stolberg
|
||
|
|
||
|
Copyright (C) 2018 Michal Cieslakiewicz
|
||
|
|
||
|
LGPLv2.1+
|
||
|
See LICENSE.txt for more information
|
||
|
|
||
|
]]--
|
||
|
|
||
|
dofile(minetest.get_modpath("biogasmachines").."/gasifier.lua")
|
||
|
dofile(minetest.get_modpath("biogasmachines").."/smelter.lua")
|
||
|
|