show hud when flying + crouching
This commit is contained in:
@@ -126,7 +126,11 @@ local function run()
|
|||||||
Sound.play('entity.bat.takeoff')
|
Sound.play('entity.bat.takeoff')
|
||||||
os.sleep(0)
|
os.sleep(0)
|
||||||
|
|
||||||
elseif not meta.isElytraFlying then
|
elseif meta.isElytraFlying and meta.isSneaking then
|
||||||
|
display(meta)
|
||||||
|
os.sleep(0.1)
|
||||||
|
|
||||||
|
else
|
||||||
clearDisplay()
|
clearDisplay()
|
||||||
--display(meta)
|
--display(meta)
|
||||||
launchCounter = 0
|
launchCounter = 0
|
||||||
|
|||||||
Reference in New Issue
Block a user