diff options
author | BlockMen <nmuelll@web.de> | 2015-04-12 18:58:08 +0200 |
---|---|---|
committer | BlockMen <nmuelll@web.de> | 2015-04-12 18:58:08 +0200 |
commit | 20ef67cf5bb5a469efc1e1f278525e316a0c364f (patch) | |
tree | a3cf2b1ed342c9282b061da4cb24cc7ad670f8f8 /init.lua | |
parent | 2deb4f5b012a942e66e6593b7847fa8ee570d01c (diff) |
Add experimental ItemWheel (replaces hotbar)
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |