It seems that the "set redstone power logic state" procedure block is not working.
If I understood correctly, when the "true" block is connected to it, it should send redstone power signal, however I tried many times in many ways but it seems it just sends no redstone signal at all.
Issue comments
I can't say for sure. As I said only I work on MCR atm and have finals on the uni so I am really busy.
I put out the form to see how many contributors that could help development we have, but the results are not that shiny atm: https://mcreator.net/forum/62785/survey-contributorsdevelopers-if-mcreator-would-go-open-source
You know, I think that simple procedure SetRedstonePower(Power, Block_side) just should be enough.
But... you are planning something more improved? If yes, what it is?
I'm just curious. ;)
Make possible placing restrone wires on walls and ceiling and making one-block logic gates with MCreator would be a next a big milestone beside enchantments, forge energy, entity inventory, and so on. :)
You know, I think that simple procedure SetRedstonePower(Power, Block_side) just should be enough.
This sounds really simple indeed, a procedure block solving all problems.
The reality is all different though, this will require custom block states implementation, block state manipulation procedures, and more.
This will probably come with block states support when it happens.
Migrated to https://github.com/MCreator/MCreator/issues/134
Last time I was testing this, it worked. But the redstone power management of blocks is still practically useless as only all of them at once can have redstone power active. I will check out and potentially further improve redstone support in the future updates.