diff options
| author | Wuzzy <almikes@aol.com> | 2016-08-03 15:35:26 +0200 |
|---|---|---|
| committer | Wuzzy <almikes@aol.com> | 2016-08-03 15:35:26 +0200 |
| commit | 59409f353271ea5a669cb66da567096a3fd1fa6f (patch) | |
| tree | 3bdad2a0858d45ec51c40bb07b9da3f45090dae0 | |
| parent | dda97b0c0020c8dfe3cc51ddcb4896dd47392099 (diff) | |
Recognize forced craftitems
| -rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -690,7 +690,7 @@ local function gather_descs() else name = def.description end - if not (name == nil or name == "" or def.groups.not_in_creative_inventory) then + if not (name == nil or name == "" or def.groups.not_in_creative_inventory) or forced then if help.longdesc[id] ~= nil then ld = help.longdesc[id] end |
