mirror of
https://github.com/HybridDog/nether-pack.git
synced 2025-02-04 21:30:18 +01:00
Update init.lua
This commit is contained in:
parent
43bf49648f
commit
c1f2375254
@ -714,7 +714,7 @@ local function get(tab, z,y,x)
|
||||
end
|
||||
|
||||
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
|
||||
end
|
||||
tab[z][y][x] = nil
|
||||
|
Loading…
Reference in New Issue
Block a user