Copying redstone signal value from a different block

Started by Harrypotamus on

Topic category: Help with Minecraft modding (Java Edition)

Joined Apr 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Copying redstone signal value from a different block

In my custom block, I have a procedure in the "Emitted Redstone Power" space that acts as a condition, returning the redstone power of the downwards facing block face. The issue is that whenever a block that accepts redstone power (i.e. Redstone Dust) is placed above my block, the game will crash. I've looked through the crash logs and gotten next to nothing out of it. Is there anything here that looks like it could cause a crash? My block does not tick.

 

Joined Apr 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I am on MCreator 2024.2, if…
Sat, 11/29/2025 - 03:05

I am on MCreator 2024.2, if it helps.