Fix forceload block formspec list
This commit is contained in:
parent
ac286776e3
commit
eed4d46d87
@ -118,6 +118,7 @@ local function formspec(name)
|
|||||||
tRes[#tRes+1] = S("Block at pos")
|
tRes[#tRes+1] = S("Block at pos")
|
||||||
tRes[#tRes+1] = S("Area from")
|
tRes[#tRes+1] = S("Area from")
|
||||||
tRes[#tRes+1] = S("Area to")
|
tRes[#tRes+1] = S("Area to")
|
||||||
|
tRes[#tRes+1] = S("Status")
|
||||||
for idx,pos in ipairs(lPos) do
|
for idx,pos in ipairs(lPos) do
|
||||||
local pos1, pos2 = calc_area(pos)
|
local pos1, pos2 = calc_area(pos)
|
||||||
tRes[#tRes+1] = idx
|
tRes[#tRes+1] = idx
|
||||||
|
Loading…
Reference in New Issue
Block a user