From 88c9d337589a36735a5d626c74ad30f96b40ff5d Mon Sep 17 00:00:00 2001 From: "kepler155c@gmail.com" Date: Fri, 15 Feb 2019 00:25:29 -0500 Subject: [PATCH] elytra fly tweak --- neural/dropNeural.lua | 2 +- neural/elytraFly.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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)