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