From 478407f0a3134bf82837af6ed8cacf12406a49ef Mon Sep 17 00:00:00 2001 From: RealBadAngel <mk@realbadangel.pl> Date: Wed, 06 Feb 2013 15:34:01 +0100 Subject: [PATCH] Nore's frames code with nodebox frames --- technic/init.lua | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/technic/init.lua b/technic/init.lua index 249757a..0706b0f 100644 --- a/technic/init.lua +++ b/technic/init.lua @@ -57,6 +57,8 @@ 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 -- Gitblit v1.8.0