diff options
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -905,7 +905,7 @@ local function gather_descs() if help.image[id] ~= nil then im = help.image[id] end - local hide = def.groups.not_in_creative_inventory == 1 + local hide = def.groups.not_in_creative_inventory == 1 and not forced local custom_image name = scrub_newlines(name) local infotable = { |