Add listring to mailbox giving

This commit is contained in:
Wuzzy 2023-07-03 16:15:07 +02:00
parent 30f1e71a90
commit 919fc6c5ab

View File

@ -86,6 +86,7 @@ function mailbox:formspec(pos, owner, is_owner)
(minetest.colorize and
minetest.colorize("#FFFF00", owner) or owner)) .. "]" ..
"list[nodemeta:" .. spos .. ";drop;3.5,0;1,1;]" ..
"listring[]" ..
xbg .. default.get_hotbar_bg(0, 1.25)
end