milo: mass storage support (ae/rs)

This commit is contained in:
kepler155c@gmail.com
2019-01-08 04:42:43 -05:00
parent e07298a9c4
commit 004dac65ce
6 changed files with 108 additions and 10 deletions

View File

@@ -63,9 +63,9 @@ function craftTask:cycle()
local recipe = Craft.findRecipe(key)
if recipe then
if not item.playedSound then
if not item.notified then
Sound.play('entity.experience_orb.pickup')
item.playedSound = true
item.notified = true
end
self:craft(recipe, item)