This commit is contained in:
kepler155c@gmail.com
2019-03-27 07:42:33 -04:00
parent 4d06a9a738
commit a181a58420
4 changed files with 9 additions and 3 deletions

View File

@@ -76,7 +76,11 @@ local function run()
if not meta.isSneaking and meta.isElytraFlying then
if meta.pitch < 0 then -- looking up
if meta.isInWater then
display(meta)
os.sleep(0.5)
elseif meta.pitch < 0 then -- looking up
modules.launch(meta.yaw, meta.pitch, -meta.pitch / 22.5)
Sound.play('entity.bobber.throw', .6)
display(meta)