mirror of
https://github.com/sirrobzeroone/elepower.git
synced 2024-12-01 02:53:44 +01:00
14 lines
258 B
Lua
14 lines
258 B
Lua
|
|
local mp = elewi.modpath .. "/machines/"
|
|
|
|
elewi.slab_nodebox = {
|
|
type = "fixed",
|
|
fixed = {
|
|
{-0.5000, -0.5000, -0.5000, 0.5000, -0.4375, 0.5000}
|
|
}
|
|
}
|
|
|
|
dofile(mp .. "matter_receiver.lua")
|
|
dofile(mp .. "matter_transmitter.lua")
|
|
dofile(mp .. "dialler.lua")
|