diff --git a/neural/dropNeural.lua b/neural/dropNeural.lua index baca259..fe2ece7 100644 --- a/neural/dropNeural.lua +++ b/neural/dropNeural.lua @@ -3,7 +3,7 @@ local device = _G.device if not device.neuralInterface then error('Missing neural interface') elseif not device.neuralInterface.getEquipment then - error('Missing kinetic augment') + error('Missing introspection module') else device.neuralInterface.getEquipment().drop(6) end diff --git a/neural/elytraFly.lua b/neural/elytraFly.lua index 066ee42..9b89a02 100644 --- a/neural/elytraFly.lua +++ b/neural/elytraFly.lua @@ -12,7 +12,7 @@ while true do if meta.pitch < 0 then -- looking up modules.launch(meta.yaw, meta.pitch, -meta.pitch / 22.5) - --Sound.play('entity.bobber.throw') + Sound.play('entity.bobber.throw') elseif meta.motionY < -0.5 then -- falling fast modules.launch(0, 270, 2)