diff options
author | FaceDeer <FaceDeer@users.noreply.github.com> | 2017-10-12 23:09:21 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-12 23:09:21 -0600 |
commit | f3c931ce95fd1a9f31f318b3018637db18950707 (patch) | |
tree | 11946936b922c9789ebb7ce58330cea857fc7d01 /init.lua | |
parent | a44f517a4e17314adf3e6895d95a1f90096df026 (diff) | |
parent | 1aa88e526437aeffc4ca846fa7039d1a22225ad0 (diff) |
Merge pull request #13 from minetest-mods/more_technic
More technic
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: |