Remove legacy table
This commit is contained in:
parent
705fb681b8
commit
f9b8a736c6
4
init.lua
4
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user