WIP: Try to update Milo for 1.19 #63

Draft
Kan18 wants to merge 27 commits from Kan18/develop-1.8 into develop-1.8
Showing only changes of commit 693abd4ec6 - Show all commits

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