Solved Is it possible to ignore redstone siganl for a block

Discussion in 'Plugin Development' started by mr_nice1107, Nov 1, 2019.

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

    mr_nice1107

    Hey There.
    I have another question!?

    For example I have a block, like a door or something...
    Is there is pussible to (block) a redstone signal so the door dose not open even if the door gets a redstone signal?
     
  2. Offline

    Zombie_Striker

    @mr_nice1107
    Yes, it is possible. BlockRedstoneEvent is called when a block changes it's redstone state. Listen for the event, and if your block is called, cancel the event.
     
  3. Offline

    mr_nice1107

    Oh man... That worked THANK YOU so much!!!
     
Thread Status:
Not open for further replies.

Share This Page