458459460461462463464465466467468
if (minecraft.gameSettings.keyBindForward.getIsKeyPressed()) { if (ship.getLaunched()) { ship.turnPitch(-0.7F); hasChanged = true; } } if (minecraft.gameSettings.keyBindBack.getIsKeyPressed())
467468469470471472473474475476477
if (minecraft.gameSettings.keyBindBack.getIsKeyPressed()) { if (ship.getLaunched()) { ship.turnPitch(0.7F); hasChanged = true; } } if (hasChanged)