diff options
author | FaceDeer <derksenmobile@gmail.com> | 2017-10-12 03:06:24 -0600 |
---|---|---|
committer | FaceDeer <derksenmobile@gmail.com> | 2017-10-12 03:06:24 -0600 |
commit | 65f5ac8520a286ae062824147c2f0e3b0253c8ff (patch) | |
tree | 3b2fe0b773f872f18d7c842476e014235b432160 /init.lua | |
parent | a44f517a4e17314adf3e6895d95a1f90096df026 (diff) |
add initial support for tapping technic power cables
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -39,6 +39,8 @@ dofile( digtron_modpath .. "/nodes/node_axle.lua" ) -- Rotation controller dofile( digtron_modpath .. "/nodes/node_crate.lua" ) -- Digtron portability support dofile( digtron_modpath .. "/nodes/recipes.lua" ) +dofile( digtron_modpath .. "/nodes/node_power_connector.lua") + dofile( digtron_modpath .. "/upgrades.lua" ) -- various LBMs for upgrading older versions of Digtron. -- digtron group numbers: |