Pros should move items to the main chest section by default
This commit is contained in:
parent
9ddc0e7b7a
commit
4304397a01
1 changed files with 1 additions and 0 deletions
|
@ -97,6 +97,7 @@ for _, chest_color in pairs(colors) do
|
|||
formspec = formspec .. "list[" .. chestinv .. ";pro;4,0.3;4,7;]" ..
|
||||
"listring[" .. chestinv ..";pro]" ..
|
||||
"listring[" .. chestinv .. ";helper]" ..
|
||||
"listring[current_player;main]" ..
|
||||
"label[5,-0.2;" ..
|
||||
minetest.formspec_escape("Pro players only") .. "]"
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue