]> git.lizzy.rs Git - xdecor.git/blobdiff - src/mailbox.lua
Workbench: allow to register custom cuttable nodes (defined by user)
[xdecor.git] / src / mailbox.lua
index cd9a03c4845abce370fb999775974a250b799502..67cb43e9618a2ebb85068ad169227e9b0ab22fb1 100644 (file)
@@ -46,8 +46,6 @@ function mailbox:formspec(pos, owner, num)
                                local stack_count = stack:match("%s(%d+)") or 1
 
                                giver = giver.."#FFFF00,"..giver_name..","..i..",#FFFFFF,x "..stack_count..","
-                               -- Hack to force using a 16px resolution for images in formspec's tablecolumn.
-                               -- The engine doesn't scale them automatically yet.
                                img = img..i.."="..img_col(stack_name).."^\\[resize:16x16,"
                        end
                end