diff options
author | Wuzzy <almikes@aol.com> | 2016-08-29 14:01:50 +0200 |
---|---|---|
committer | Wuzzy <almikes@aol.com> | 2016-08-29 14:01:50 +0200 |
commit | 7218caac55a93614cac51a1d83d9034f4613d88b (patch) | |
tree | 56a9b3247961c0db44f97a74c0d4ea36b66a4ee7 | |
parent | 0becb68bf24c6013bca1cda889d64a49bd59860b (diff) |
Make air visible again
-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 = { |