elytra fly tweak

This commit is contained in:
kepler155c@gmail.com
2019-02-15 00:25:29 -05:00
parent c09e0a99e4
commit 88c9d33758
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ local device = _G.device
if not device.neuralInterface then if not device.neuralInterface then
error('Missing neural interface') error('Missing neural interface')
elseif not device.neuralInterface.getEquipment then elseif not device.neuralInterface.getEquipment then
error('Missing kinetic augment') error('Missing introspection module')
else else
device.neuralInterface.getEquipment().drop(6) device.neuralInterface.getEquipment().drop(6)
end end

View File

@@ -12,7 +12,7 @@ while true do
if meta.pitch < 0 then -- looking up if meta.pitch < 0 then -- looking up
modules.launch(meta.yaw, meta.pitch, -meta.pitch / 22.5) 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 elseif meta.motionY < -0.5 then -- falling fast
modules.launch(0, 270, 2) modules.launch(0, 270, 2)