From 20ef67cf5bb5a469efc1e1f278525e316a0c364f Mon Sep 17 00:00:00 2001 From: BlockMen Date: Sun, 12 Apr 2015 18:58:08 +0200 Subject: Add experimental ItemWheel (replaces hotbar) --- init.lua | 3 +++ 1 file changed, 3 insertions(+) (limited to 'init.lua') diff --git a/init.lua b/init.lua index c011f67..fe0f41f 100644 --- a/init.lua +++ b/init.lua @@ -5,4 +5,7 @@ dofile(modpath .. "/api.lua") dofile(modpath .. "/functions.lua") dofile(modpath .. "/builtin.lua") dofile(modpath .. "/legacy.lua") +if hud.item_wheel then + dofile(modpath .. "/itemwheel.lua") +end -- cgit v1.2.3