mirror of
https://github.com/HybridDog/nether-pack.git
synced 2025-09-18 07:15:24 +02:00
Update init.lua
This commit is contained in:
@@ -714,7 +714,7 @@ local function get(tab, z,y,x)
|
|||||||
end
|
end
|
||||||
|
|
||||||
local function remove(tab, z,y,x)
|
local function remove(tab, z,y,x)
|
||||||
if vector.get_data_from_pos(tab, z,y,x) == nil then
|
if get(tab, z,y,x) == nil then
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
tab[z][y][x] = nil
|
tab[z][y][x] = nil
|
||||||
|
Reference in New Issue
Block a user