Solved Making more than 1 block fall.

Discussion in 'Plugin Development' started by MrGermanrain, Feb 2, 2014.

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

    MrGermanrain

    Lets say I break a wooden block... How would I make it so that 2 blocks would fall ?
     
  2. Offline

    GaaTavares

    Uhh, you can change it using BlockBreakEvent, event.getDrops() and event.setDrops()
     
  3. Offline

    MrGermanrain

    GaaTavares I know that... I have tried that. This is the error I get:

    The method getDrops() is undefined for the type BlockBreakEvent
     
  4. Offline

    _Filip

  5. Offline

    MrGermanrain

    I fixed it. Thanks.
     
Thread Status:
Not open for further replies.

Share This Page