summaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
authorisaiah658 <isaiah658@outlook.com>2018-06-16 02:03:48 -0500
committerLNJ <git@lnj.li>2018-06-16 09:03:48 +0200
commit60518668d5d1a8e27f34336849bf50e71af14c38 (patch)
treef240eee4d9811353db6ab3390dad8c02ee4ab5ed /init.lua
parent8cfd1185e312e749a5ee0e56fd571646f5c8c96a (diff)
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.
Diffstat (limited to 'init.lua')
-rwxr-xr-xinit.lua1
1 files changed, 1 insertions, 0 deletions
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")
--