Making non-solid blocks with falling block?

Discussion in 'Plugin Development' started by NonameSL, Sep 7, 2014.

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

    NonameSL

    I want to make this wall, that will look like a bunch of blocks closed together but I want players to be able to go through them.

    What I was thinking, is to spawn a falling block, set it's texture, and then keep it falling.
    But, how can I do that? Also, is there an easier way of making players be able to go through a wall?
     
  2. Offline

    mythbusterma

    NonameSL

    You can't really do this with a falling block, as the client will try to predict the motion of the block and even if you keep setting the location of the block, it will still look like it's falling (or in this case, twitching).
     
  3. Offline

    octoshrimpy

    mythbusterma Last I checked you could use Falling sand entity/block and they wouldn't twitch. no clue how, but I've seen it done, and know its fallingSand. (checked commandblocks, was done in vanilla) but i am a mere nooblet, and may be completely wrong.
     
Thread Status:
Not open for further replies.

Share This Page