Started by
TheAxolotlLord
on
Topic category: Help with Minecraft modding (Java Edition)
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?
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.
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.