Making a redstone input that gives a short pulse

Started by TheAxolotlLord on

Topic category: Help with Minecraft modding (Java Edition)

Joined Mar 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Making a redstone input that gives a short pulse

I would like to add a way to, when right-clicking on a certain custom block, it gives a short redstone pulse, like a button. I do not want to make a button, since I need a custom model

Is there a way to do this?

Joined Feb 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Yeah, just make a procedure…
Mon, 03/02/2026 - 18:42

Yeah, just make a procedure when right clicked that activates redstone, idk if you set it for one tick or if you need to put a wait block and then disable it again.

Joined Mar 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Big problem: the "emitted…
Sat, 03/07/2026 - 00:51

Big problem: the "emitted redstone power" and the "when right clicked" procedures can't interact. And, (not) better yet, the "wait ticks on server side" block doesn't work with return blocks.