mwm canvas

This commit is contained in:
kepler155c
2017-10-05 13:09:59 -04:00
parent 04dfd85698
commit 33bf4f4d7a
3 changed files with 238 additions and 185 deletions

View File

@@ -85,12 +85,10 @@ function MEAdapter:refresh()
local key = { v.name, v.damage, v.nbtHash }
if not itemDB:get(key) then
debug(v)
local t = { }
for _,k in pairs(keys) do
t[k] = v[k]
end
debug(t)
itemDB:add(key, t)
end
end