Skip to content

Commit

Permalink
Merge pull request #169 from Niklp09/flb_fs_list
Browse files Browse the repository at this point in the history
Fix forceload block formspec list
  • Loading branch information
joe7575 authored May 20, 2024
2 parents ac28677 + eed4d46 commit 1489fc2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions basic_machines/forceload.lua
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ local function formspec(name)
tRes[#tRes+1] = S("Block at pos")
tRes[#tRes+1] = S("Area from")
tRes[#tRes+1] = S("Area to")
tRes[#tRes+1] = S("Status")
for idx,pos in ipairs(lPos) do
local pos1, pos2 = calc_area(pos)
tRes[#tRes+1] = idx
Expand Down

0 comments on commit 1489fc2

Please sign in to comment.