From 60518668d5d1a8e27f34336849bf50e71af14c38 Mon Sep 17 00:00:00 2001 From: isaiah658 Date: Sat, 16 Jun 2018 02:03:48 -0500 Subject: Add drawer controller (#19) Drawer controllers can sort items into drawer in a certain range. As normal drawers they have support for pipeworks and MineClone 2. Crafting ingredients are one drawer, two diamonds, four steel/iron ingots and a copper and tin ingot or two gold ingots. --- init.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'init.lua') diff --git a/init.lua b/init.lua index fd66846..a7cc3d9 100755 --- a/init.lua +++ b/init.lua @@ -67,6 +67,7 @@ drawers.gui_slots = "listcolors[#00000069;#5A5A5A;#141318;#30434C;#FFF]" dofile(MP .. "/lua/helpers.lua") dofile(MP .. "/lua/visual.lua") dofile(MP .. "/lua/api.lua") +dofile(MP .. "/lua/controller.lua") -- -- cgit v1.2.3