Started by
Charizard56
on
Topic category: Help with Minecraft modding (Java Edition)
Hello!
I have a problem... well, I have a log stripping procedure in my custom log block. Whenever I click it, my hand swings, even when I try to place a block, I can't do it. I deleted my whole procedure (it had a hand swing trigger) and left only the "global trigger".
Even without all this stuff, the problem was the same; I can't place a block on it and my hand just swings. In order if I want to place a block I need to press shift, like you would want to place a block on a furnace or crafting table; you must hold shift to place it.
Without any procedures "When block right clicked", there is no problem.
Can somebody help me with this?
Excuse me?
im pretty sure it is impossible to do so.because how would it detect a right click and a placement
Yeah... hopefully I can use another way to do what I want.
Could you send me the screenshot of the procedure, so i could see if I can do anything
No thanks, I found an other way how to make what I want. Also sending procedure wouldn't do anything because I just don't have anything here, and my hand still swings.
I'm having this issue as well. Right click procedures prevent placing blocks on block in question.
I have no idea why this works, but it does ¯\_(ツ)_/¯
Instead of putting the procedure in the Right Click trigger of the block itself, make it a global trigger and select "Player right clicks block" and check if that block is the one you want the procedure to have effect on, before the actual procedure (below is my example)
https://cdn.discordapp.com/attachments/703801344850395159/1104638253455380480/image.png
Maybe this is how the author solved the issue, I'm sharing it anyways so other users can see it :)