FIX THE WEIRD NBT ITEM ISSUES WITH THIS ONE WEIRD TRICK
This commit is contained in:
@@ -43,6 +43,7 @@ function itemDB:splitKey(key, item)
|
|||||||
|
|
||||||
if t[3] then
|
if t[3] then
|
||||||
item.nbt = t[3]
|
item.nbt = t[3]
|
||||||
|
t[3] = nil
|
||||||
end
|
end
|
||||||
|
|
||||||
item.name = table.concat(t, ':')
|
item.name = table.concat(t, ':')
|
||||||
@@ -244,4 +245,4 @@ end
|
|||||||
|
|
||||||
itemDB:load()
|
itemDB:load()
|
||||||
|
|
||||||
return itemDB
|
return itemDB
|
||||||
|
|||||||
Reference in New Issue
Block a user