milo: crafting fixes

This commit is contained in:
kepler155c@gmail.com
2019-06-20 10:02:40 -04:00
parent 045b32884f
commit 8a88df815f
2 changed files with 12 additions and 6 deletions

View File

@@ -37,9 +37,7 @@ function recipeTab:setItem(item)
local t = { }
if self.recipe then
for k, v in Craft.ingedients(self.recipe) do
_syslog(k)
_syslog(v)
for k, v in Craft.ingredients(self.recipe) do
table.insert(t, {
slot = k,
key = v.key,