Started by
Mapleaf
on
Topic category: Help with MCreator software
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
I think you just make 2 same procedures for when the block is right clicked and when it gets redstone signal...
that works for turning on, but if an adjacent block is updated when there is no signal, the block turns off automatically
try putting both of the procedures in an OR gate
could work, not entirely sure though
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.