How do i make an item that can detect the redstone state of a block

Started by conkernut on

Topic category: Help with MCreator software

Last seen on 18:11, 22. Jul 2023
Joined Apr 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How do i make an item that can detect the redstone state of a block

I have been trying to make an item that can detect the redstone value of a block (on or off) and invert the redstone value either temporarily or permanently, however I cannot find any code blocks at all that are capable of detecting the redstone value of a block at all, I want to make it clear that I know exactly where the code blocks to change the redstone value of a block are, I simply do not know how to check for a redstone signal at all, pls help

You have "get redstone power…
Fri, 10/04/2019 - 17:33

You have "get redstone power level at procedure block" in World data category. You just need to give it coordinates and it will return you the redstone level of a block at the given location.