Get a falling block entity when it falls

Discussion in 'Plugin Development' started by libraryaddict, Nov 20, 2012.

Thread Status:
Not open for further replies.
  1. Offline

    libraryaddict

    Which event fires when the falling block lands. And how would I get the falling block?

    The falling block has metadata attached and I want to use it as a 'supply crate' drop.

    When it lands various things happen.

    Yet I don't know how to get when it falls, And get the entity 'Falling Block'
     
  2. Offline

    CevinWa

    Just get the state of the block then check every second or so if a blocks below block isn't air then fire event. I think There is an event for it called BlockGravityEvent but im not home now so i can't check it. Hope you get it to work :)
     
Thread Status:
Not open for further replies.

Share This Page