mirror of
https://github.com/HybridDog/nether-pack.git
synced 2025-01-28 02:10:19 +01:00
Slight changes
Following paramats advice.
This commit is contained in:
parent
dfc9657885
commit
175db7fd45
@ -131,7 +131,7 @@ local function table_contains(t, v)
|
|||||||
end
|
end
|
||||||
|
|
||||||
-- Function from vector_extras - added by Megaf.
|
-- Function from vector_extras - added by Megaf.
|
||||||
local function funcs.get_data_pos_table(tab)
|
local function get_data_pos_table(tab)
|
||||||
local t,n = {},1
|
local t,n = {},1
|
||||||
local minz, miny, minx, maxz, maxy, maxx
|
local minz, miny, minx, maxz, maxy, maxx
|
||||||
for z,yxs in pairs(tab) do
|
for z,yxs in pairs(tab) do
|
||||||
|
Loading…
Reference in New Issue
Block a user