How do I make an item that works on BOTH Right click and Redstone? (not answered)

Started by Mapleaf on

Topic category: Help with MCreator software

Last seen on 01:29, 15. Feb 2021
Joined Feb 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How do I make an item that works on BOTH Right click and Redstone? (not answered)
Sun, 02/07/2021 - 14:42 (edited)

I am trying to make a block that I can Interact with when I right click, and also with redstone.

 

Take wooden trapdoors for example:

They open and close when right clicked

If powered with redstone, they will open

If unpowered, they will close.

If powered while open, they will stay open until they lose power and close.

 

I have gotten as far as making it work with one or the other, (Made a separate item for each state, set up triggers), not sure how to combine them.

 

I guess a more accurate question is: How do I make a block that changes states when it becomes unpowered, not when it has no power.

Edited by Mapleaf on Sun, 02/07/2021 - 14:42
Last seen on 19:51, 22. Sep 2021
Joined Feb 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I think you just make 2 same…
Sat, 02/06/2021 - 20:02

I think you just make 2 same procedures for when the block is right clicked and when it gets redstone signal...

Last seen on 01:29, 15. Feb 2021
Joined Feb 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
that works for turning on,…
Sat, 02/06/2021 - 21:38

that works for turning on, but if an adjacent block is updated when there is no signal, the block turns off automatically

Last seen on 01:35, 15. Mar 2022
Joined Jan 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
try putting both of the…
Sun, 02/14/2021 - 07:04

try putting both of the procedures in an OR gate

could work, not entirely sure though

Last seen on 01:39, 25. Apr 2024
Joined Nov 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Well... There is very poor…
Sun, 02/14/2021 - 09:08

Well... There is very poor redstone support in MCreator. There is GetRedstone procedure block, but it's lack SetRedstone. Without it there is very little you can do with redstone.
The worst part is that there will never be this procedure due to developer is going to quit of develiping MCreator. Unless he will suprise us, and add this missing procedure to full support of redstone. But I doubt it. :(

To be honest, I would rather amazing full support for redstone, than support for RF/FE energy. Just think about: redtone cables that you can place anywhere, one-block logical gates and devices or machines, etc.