mirror of
https://github.com/mt-mods/currency.git
synced 2024-11-22 20:33:44 +01:00
add listring support to safe
This commit is contained in:
parent
9feb0c9bd5
commit
69b6b44a6a
4
safe.lua
4
safe.lua
@ -7,7 +7,9 @@ function default.get_safe_formspec(pos)
|
|||||||
local formspec =
|
local formspec =
|
||||||
"size[8,9]"..
|
"size[8,9]"..
|
||||||
"list[nodemeta:".. spos .. ";main;1,1;6,2;]"..
|
"list[nodemeta:".. spos .. ";main;1,1;6,2;]"..
|
||||||
"list[current_player;main;0,5;8,4;]"
|
"list[current_player;main;0,5;8,4;]"..
|
||||||
|
"listring[nodemeta:".. spos .. ";main]"..
|
||||||
|
"listring[current_player;main]"
|
||||||
return formspec
|
return formspec
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user