elepower/elepower_wireless/machines/init.lua

16 lines
316 B
Lua
Raw Normal View History

local mp = elewi.modpath .. "/machines/"
2018-08-02 17:32:31 +00:00
elewi.slab_nodebox = {
type = "fixed",
fixed = {
{-0.5000, -0.5000, -0.5000, 0.5000, -0.4375, 0.5000}
}
}
dofile(mp .. "matter_receiver.lua")
2018-08-02 15:26:16 +00:00
dofile(mp .. "matter_transmitter.lua")
dofile(mp .. "dialler.lua")
dofile(mp .. "tesseract.lua")
dofile(mp .. "station.lua")