Block grab (like gravity gun)

Discussion in 'Archived: Plugin Requests' started by Byamarro, Feb 12, 2013.

  1. Offline

    xXShadowGuy3Xx

  2. Offline

    Paulpkyou

    If you mount an entity on itself it will cause it to freeze in place, I've done this with players, mobs, and blocks, couldn't you do this for the falling blocks instead of just constantly spawning a new one?
     
  3. Offline

    Ugleh

    What do you mean mount an entity?
     
  4. Offline

    Paulpkyou

    Make the entity ride itself.
    Code:
    entity.setPassenger(entity);
     
  5. Offline

    Ugleh

    Paulpkyou So I actually went and tried it out, and it doesn't work good with falling sand. Doesn't work at all.
     
  6. Offline

    Paulpkyou

    Oh well, it was worth a try. :p
     

Share This Page