making an item emit redstone

Started by kfcalebr on

Topic category: Help with Minecraft modding (Java Edition)

Joined Jun 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
making an item emit redstone

 i wanted to make an item emit a redstone signal when right clicking on a block, like for example an iron door or tnt. Is it possible? if so then how?

Joined Oct 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Unfortunately, I dont think…
Fri, 06/09/2023 - 04:24

Unfortunately, I dont think this is supported yet. I haven't found any procedure blocks to do it and I am hoping they will add it soon. It might be possible if you make it place a redstone torch where you are for like 1 second or something but that could be inconsistent and buggy. There could possibly be an external plugin that adds ways to do this but I don't think this is currently supported.

Joined Jun 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Agent-revan, i was trying to…
Wed, 06/11/2025 - 23:46

Agent-revan, i was trying to do a similar thing as op, and i tried to use your code but the boolean property isn't working for me, did it do for you? and if so would there be other things that changed it, or is it just because of the 2025 update that its no longer supported?