Uploaded image for project: 'Minecraft: Java Edition'
  1. Minecraft: Java Edition
  2. MC-71359

Screen vibrates while standing still on a slime block.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • None
    • Minecraft 1.8
    • None
    • Unconfirmed

      While standing on a slime block, without bouncing or moving with a piston, the screen vibrates, as if the slime block is trying to launch the player at 0 m/s.

      Possible fix: Add a condition to slime block making a player jump, that if the player's vertical velocity != 0, jump will happen. Example:

      if ( player_velocity_y != 0 )

      { this.bounce(); }

      Video proof: http://www.youtube.com/watch?v=vXAlZ-o039Y (Watch at high resolution)
      While Mumbo is standing on a slime block, his screen vibrates slightly, but while he's standing on any other block vibrate stops.

            Unassigned Unassigned
            192837465564 Oktay SEN
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: