'Right Click on Block' procedure, now can't place anything on Block / Stripped Wood creation procedure issue

Started by FkSw FREK on

Topic category: Help with modding (Java Edition)

Last seen on 15:24, 16. Mar 2022
Joined Jun 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
'Right Click on Block' procedure, now can't place anything on Block / Stripped Wood creation procedure issue
Tue, 06/30/2020 - 21:11 (edited)

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.

Edited by FkSw FREK on Tue, 06/30/2020 - 21:11
Last seen on 15:36, 11. Sep 2020
Joined May 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I interested this question…
Sun, 06/28/2020 - 09:58

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?!

Last seen on 15:24, 16. Mar 2022
Joined Jun 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Hgha, I have found while…
Tue, 06/30/2020 - 20:43

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.

Last seen on 05:50, 2. Jun 2023
Joined Sep 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Yea, i'm having this issue…
Sat, 11/21/2020 - 22:00

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

Last seen on 05:50, 2. Jun 2023
Joined Sep 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
nvm, i fixed it. Don't put…
Sat, 11/21/2020 - 22:07

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'