Added a "Level Emitter" to Milo

This commit is contained in:
Anavrins
2020-02-24 21:10:30 -05:00
parent 301f531a4a
commit afcbfd1b04
3 changed files with 141 additions and 0 deletions

View File

@@ -27,6 +27,9 @@ function infoTab:draw()
value = value .. item.nbtHash .. '\n'
end
value = value .. string.format('\n%sCount:%s %s',
Ansi.yellow, Ansi.reset, item.count)
value = value .. string.format('\n%sDamage:%s %s',
Ansi.yellow, Ansi.reset, item.damage)