summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.lua4
1 files changed, 0 insertions, 4 deletions
diff --git a/init.lua b/init.lua
index f9059ee..2ca7f26 100644
--- a/init.lua
+++ b/init.lua
@@ -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