FIX THE WEIRD NBT ITEM ISSUES WITH THIS ONE WEIRD TRICK

This commit is contained in:
Kan18
2023-03-17 12:26:30 -04:00
committed by GitHub
parent 36abdd5d0c
commit 693abd4ec6

View File

@@ -43,6 +43,7 @@ function itemDB:splitKey(key, item)
if t[3] then
item.nbt = t[3]
t[3] = nil
end
item.name = table.concat(t, ':')
@@ -244,4 +245,4 @@ end
itemDB:load()
return itemDB
return itemDB