Remove gravity of FallingBlock

Discussion in 'Plugin Development' started by FisheyLP, Nov 1, 2014.

Thread Status:
Not open for further replies.
  1. How can i remove the gravity of a FallingBlock? I dont want it to fall down but move sideways. Maybe with creating a new class that implements FallingBlock? I don't know ...
     
  2. BlockPhysicsEvent -> Check if the block has gravity and if it does, cancel the event.
     
  3. Offline

    Funergy

  4. Offline

    TheCodingCat

    thats like saying you want to stop a creeper from falling. You need to use vectors to set its velocity to the left/right to do what you want to do FisheyLP
     
Thread Status:
Not open for further replies.

Share This Page