diff options
author | FaceDeer <derksenmobile@gmail.com> | 2017-01-15 16:12:07 -0700 |
---|---|---|
committer | FaceDeer <derksenmobile@gmail.com> | 2017-01-15 16:12:07 -0700 |
commit | 2078572811a1c80ebd1228b24b35392ba02f4908 (patch) | |
tree | 827fbd12195c44530bca91a11ccba1e7a5760735 /init.lua | |
parent | 51c5e9b6417b807ea3b7890240bd2ea43e8a297a (diff) |
Add crates for packing up, transporting, and unpacking digtron arrays
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,6 +8,7 @@ dofile( minetest.get_modpath( "digtron" ) .. "/node_diggers.lua" ) -- contains a dofile( minetest.get_modpath( "digtron" ) .. "/node_builders.lua" ) -- contains all builders (there's just one currently) dofile( minetest.get_modpath( "digtron" ) .. "/node_controllers.lua" ) -- controllers dofile( minetest.get_modpath( "digtron" ) .. "/node_axle.lua" ) -- Rotation controller +dofile( minetest.get_modpath( "digtron" ) .. "/crate.lua" ) -- Digtron portability support dofile( minetest.get_modpath( "digtron" ) .. "/recipes.lua" ) digtron.creative_mode = false -- this causes digtrons to operate without consuming fuel or building materials. |