diff options
author | FaceDeer <derksenmobile@gmail.com> | 2017-01-12 00:53:04 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-12 00:53:04 -0700 |
commit | 578484352b8892787974fe14b0b856579c5f5afe (patch) | |
tree | e7651fc4027e356b48dafe2fbc88c014f2d1cd32 /init.lua | |
parent | f665f430fc94165a8c2d01f7d09fc327eee66c58 (diff) | |
parent | e008aed60c3e4e5875c94617a6cc6d588f283582 (diff) |
Merge pull request #1 from FaceDeer/layout-refactor
Layout refactor
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,6 @@ dofile( minetest.get_modpath( "digtron" ) .. "/util.lua" ) -dofile( minetest.get_modpath( "digtron" ) .. "/pointset.lua" ) +dofile( minetest.get_modpath( "digtron" ) .. "/class_pointset.lua" ) +dofile( minetest.get_modpath( "digtron" ) .. "/class_layout.lua" ) dofile( minetest.get_modpath( "digtron" ) .. "/entities.lua" ) dofile( minetest.get_modpath( "digtron" ) .. "/node_misc.lua" ) -- contains structure and light nodes dofile( minetest.get_modpath( "digtron" ) .. "/node_storage.lua" ) -- contains inventory and fuel storage nodes |