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 e683e834d8 - Show all commits

View File

@@ -283,7 +283,7 @@ local function splitKey(key)
local t = Util.split(key, '(.-):')
local item = { }
if #t[#t] > 8 then
item.nbt = table.remove(t)
--item.nbt = table.remove(t)
end
item.damage = tonumber(table.remove(t))
item.name = table.concat(t, ':')