Log stripping procedure that works with any axe?

Started by Aksumite on

Topic category: Help with Minecraft modding (Java Edition)

Joined May 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Log stripping procedure that works with any axe?

I understand this has been asked before, but never (from what I know) the same problems as me.

I have a procedure that replaces the log with a stripped log, but the “on right clicked” event doesn’t allow for itemstack meaning it can’t damage the axe, which is very important.
The second (MUCH bigger) issue is that it doesn’t work with any axe. Is there custom code that can be used to include any axe, modded or vanilla? Thanks!

Joined Jun 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
np :) If you need any more…
Sun, 06/07/2020 - 00:53

np :)

If you need any more procedure blocks let me know :D

Joined Jun 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Hey, I've made my wood…
Sun, 06/07/2020 - 05:51

Hey, I've made my wood variant with stripped versions working thanks to that plugin (thanks, crispy_chips1234!); the log stripping works perfectly. However, i can't place blocks directly on my log block's sides without shifting and right-clicking. How could I fix this? (PS: my mod doesn't add any kind of new tools)

Joined Jun 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
that isn't the plugin's…
Sun, 06/07/2020 - 05:54

that isn't the plugin's problem. If you add a right-click functionality to a block, Minecraft does that, unfortunately.
I'll try to find a solution without coding and if I do I will let you know :D

Joined Jun 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I found a solution to my…
Tue, 06/09/2020 - 03:30

I found a solution to my problem! Turns out you just have to make an individual procedure (AKA not bound to any block) and set an additional trigger to happen when the player right clicks (like in the image), and only happen when it's on your wood blocks. This works for things such as farmlands, too!

Procedure image

Joined May 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Do this actually work or…
Fri, 06/26/2020 - 08:10

Do this actually work or when you try to place a block beside that one right clicking it the player will try to interact with the block?