1
0
의 미러 https://github.com/HybridDog/nether-pack.git synced 2025-11-25 13:25:34 +01:00

Slight changes

Following paramats advice.
This commit is contained in:
Megaf
2017-12-20 23:42:48 -02:00
committed by GitHub
부모 dfc9657885
커밋 175db7fd45

파일 보기

@@ -131,7 +131,7 @@ local function table_contains(t, v)
end
-- 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 minz, miny, minx, maxz, maxy, maxx
for z,yxs in pairs(tab) do