summaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
authorBlockMen <nmuelll@web.de>2015-04-12 18:58:08 +0200
committerBlockMen <nmuelll@web.de>2015-04-12 18:58:08 +0200
commit20ef67cf5bb5a469efc1e1f278525e316a0c364f (patch)
treea3cf2b1ed342c9282b061da4cb24cc7ad670f8f8 /init.lua
parent2deb4f5b012a942e66e6593b7847fa8ee570d01c (diff)
Add experimental ItemWheel (replaces hotbar)
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua3
1 files changed, 3 insertions, 0 deletions
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