multiMiner improvements

This commit is contained in:
kepler155c@gmail.com
2019-04-04 13:41:31 -04:00
parent 1c30ccda29
commit d5eb07c3b9
3 changed files with 132 additions and 19 deletions

View File

@@ -224,8 +224,8 @@ function Milo:eject(item, count)
total = total + amount
count = count - amount
Sound.play('ui.button.click')
--Sound.play('entity.illusion_illager.death')
--Sound.play('ui.button.click')
Sound.play('entity.illusion_illager.death', .3)
turtle.emptyInventory()
end
return total