diff options
author | Wuzzy <almikes@aol.com> | 2016-10-25 12:34:06 +0200 |
---|---|---|
committer | Wuzzy <almikes@aol.com> | 2016-10-25 12:34:06 +0200 |
commit | 01ab78d189f8a9234d4ff26e6f2abaa85cf34d51 (patch) | |
tree | 8bd396a50a75e54be47843aeb75c3cb0de4a2c34 /init.lua | |
parent | a161aae09c07489764678f7603e6ecd23557cb78 (diff) |
Fix block images not being shown for certain drops
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -683,7 +683,7 @@ doc.new_category("nodes", { end pcount = pcount + 1 end - formstring = datastring .. "." + datastring = datastring .. "." datastring = newline(datastring) end end |