Nore's frames code with nodebox frames

This commit is contained in:
RealBadAngel
2013-02-06 15:34:01 +01:00
parent 948f745d60
commit 478407f0a3
3 changed files with 432 additions and 0 deletions

View File

@ -57,6 +57,8 @@ dofile(modpath.."/injector.lua")
dofile(modpath.."/node_breaker.lua")
dofile(modpath.."/deployer.lua")
dofile(modpath.."/constructor.lua")
dofile(modpath.."/frames.lua")
if enable_item_drop then dofile(modpath.."/item_drop.lua") end
if enable_item_pickup then dofile(modpath.."/item_pickup.lua") end