Sand stacks on top of cobwebs

Discussion in 'Plugin Development' started by Parkourchinx, Aug 6, 2019.

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

    Parkourchinx

    I am using a plugin which makes sand fall instantly to the ground, the problem is that the sand will not go inside cobwebs or break when it hits a slab.

    My code is here:
    https://pastebin.com/bGY8xgb3
     
  2. Offline

    Machine Maker

    So you probably need to do a check on the block to see if its solid. You can take a look at the Material enum. It might have what you are looking for.
     
Thread Status:
Not open for further replies.

Share This Page