diff options
author | Wuzzy <almikes@aol.com> | 2016-12-12 20:43:18 +0100 |
---|---|---|
committer | Wuzzy <almikes@aol.com> | 2016-12-12 20:43:18 +0100 |
commit | f9b8a736c6597ba5b279ff60f2bee40544ba625e (patch) | |
tree | 3f6a04ea633c1c5b9c77bda2dcfa4648808c4dd5 /init.lua | |
parent | 705fb681b8a6960adaf9065e3ad4c71ed90055fa (diff) |
Remove legacy table
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -904,7 +904,6 @@ doc.new_category("craftitems", { doc.sub.items.help = {} doc.sub.items.help.longdesc = {} doc.sub.items.help.usagehelp = {} -doc.sub.items.help.image = {} -- Register group definition stuff -- More (user-)friendly group names to replace the rather technical names @@ -984,9 +983,6 @@ local function gather_descs() if def._doc_items_image then im = def._doc_items_image end - if help.image[id] ~= nil then - im = help.image[id] - end local hidden if id == "air" then hidden = false end if type(def._doc_items_hidden) == "boolean" then |