Topic category: Help with Minecraft modding (Java Edition)
I'm trying to create new types of wood and I'm giving them the ability to be stripped. When I assign a procedure to right-click on the block, I can't place anything on the block anymore in-game. How do I fix this?
Edit:
With the way I had everything set up, I was still able to shift-right-click my logs to place blocks on them.
I was not happy with what I had so I did some more messing around and tried to see if I could bind all axes to strip the logs. I could not find a way to make a procedure outside of my logs' right-click procedure to make vanilla axes strip my modded logs.
I ended up binding key "Y" for using tools for tasks such as stripping wood, tilling dirt, etc. There's no reason for which key I chose to bind, except for I think it hasn't been taken by the default key bindings. I don't think you can bind it to right-click (or use button) without it showing an error message in Minecraft's key bind settings. I'm still not too happy with this, but it's better than shift-right-clicking every time I want to place a block on my modded log.
I interested this question too! But i need use this procedure to summon boss when you pressed right(left) click on block.
How can i do it?!
Hgha, I have found while testing things that you can still shift-click to place a block there. A usable block like yours should be working the Minecraft way as is. But still, with my problem, my logs are not usable blocks, and I want them to function as vanilla logs do.
Yea, i'm having this issue to. I know why it's happening I just need a solution. I'm pretty sure you have to put it in the axes code however this puts vanilla / other modded axes out of use
nvm, i fixed it.
Don't put the procedure in the block on right clicked, just change the extra trigger in the procedure to 'On player right click block'
I made a simple procedure for strip logs, follow this link
https://mcreator.net/forum/64860/i-made-simple-strip-wood-procedure