Stripping log with any axe???

Started by AlavaroPP272 on

Topic category: Help with Minecraft modding (Java Edition)

Active 5 years ago
Joined Apr 2020
Points:
660

User statistics:

  • Modifications: 0
  • Forum topics: 4
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 9
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

Active 4 years ago
Joined Jan 2020
Points:
856

User statistics:

  • Modifications: 5
  • Forum topics: 14
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 184
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)|.

Active 5 years ago
Joined Apr 2020
Points:
660

User statistics:

  • Modifications: 0
  • Forum topics: 4
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 9
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!!!

Active 4 months ago
Joined May 2016
Points:
720

User statistics:

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

you fix?

Active 5 years ago
Joined Apr 2020
Points:
660

User statistics:

  • Modifications: 0
  • Forum topics: 4
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 9
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!

Active 2 months ago
Joined Sep 2016
Points:
946

User statistics:

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

Maybe there is a tag of axes? Idk