if there was items only with NBT, you couldn't get them out before
This commit is contained in:
parent
cc599c5ef7
commit
88f4173c8e
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ local function sendItemToSelf(itemName, perip, maxAmount)
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|
||||||
if ail.getItem(itemName) then
|
if #ail.listNBT(itemName) ~= 0 then
|
||||||
local nbtList = ail.listNBT(itemName)
|
local nbtList = ail.listNBT(itemName)
|
||||||
local chosenNBT = nil
|
local chosenNBT = nil
|
||||||
if nbtList and #nbtList > 0 then
|
if nbtList and #nbtList > 0 then
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue