Stripping log with any axe???

Started by AlavaroPP272 on

Topic category: Help with modding (Java Edition)

Last seen on 11:06, 22. Aug 2020
Joined Apr 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Stripping log with any axe???

HELP!!!

I'm new using Creator and I'm making a custom tree. I want to strip the log with any kind of axes (vanilla or mod). Is there any PTLP that can help me???

Your help will make my day :D

Last seen on 10:54, 17. Apr 2021
Joined Jan 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
OK, this is the only way I…
Fri, 04/10/2020 - 23:37

OK, this is the only way I can think of. When making the log block, do the stuff to make it until you reach the page with boxes. You need to make a procedure for when right clicked on for the block. Get an if statement, a block/item minecraft component, and an item in entity main hand. Put it together like this:

If |Item in entity's main hand| = (also get an equals block of beige colour)| (an axe)|

do| remove block| place (stripped log block)|.

Last seen on 11:06, 22. Aug 2020
Joined Apr 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Thx you so much. ow the only…
Sat, 04/11/2020 - 09:58

Thx you so much. ow the only problem I have is that i can't place any block on the custom log because it makes the swing move of the main hand. I'll try to fix it, but once again THX!!!

Last seen on 10:55, 9. Jul 2023
Joined May 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
you fix?
Fri, 08/21/2020 - 15:53

you fix?

Last seen on 11:06, 22. Aug 2020
Joined Apr 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
More less, the way I have…
Sat, 08/22/2020 - 08:22

More less, the way I have used to strip the log is to right-click it with an specific axe. I’m happy with the result, but if you have something better let me know!

Last seen on 23:11, 16. Jul 2023
Joined Sep 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Maybe there is a tag of axes…
Sat, 08/22/2020 - 09:06

Maybe there is a tag of axes? Idk