mirror of
https://github.com/minetest-mods/technic.git
synced 2025-07-06 02:00:39 +02:00
moved compute_forceload_positions_between_points above compute_forceload_positions since apparently sometimes you need forward declaration
This commit is contained in:
@ -5,12 +5,6 @@ local desc = S("Administrative World Anchor")
|
||||
-- set to false to disable autoforceloading in other files, such as the quarry force loading itself and dig area
|
||||
technic.auto_forceloading_enabled = true
|
||||
|
||||
-- minpos,maxpos - two opposite corner positions that mark the zone to force load; all coordinates in minpos have to be lower than the ones in maxpos
|
||||
-- return table of positions, one position per block
|
||||
local function compute_forceload_positions_between_points(minpos, maxpos)
|
||||
return compute_forceload_positions_between_points(minpos, maxpos)
|
||||
end
|
||||
|
||||
-- minpos,maxpos - two opposite corner positions that mark the zone to force load; all coordinates in minpos have to be lower than the ones in maxpos
|
||||
-- return table of positions, one position per block
|
||||
local function compute_forceload_positions_between_points(minpos, maxpos)
|
||||
|
Reference in New Issue
Block a user