Stripping Log Procedure

Started by KreatorB on

Topic category: Help with modding (Java Edition)

Last seen on 20:06, 5. Feb 2023
Joined May 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Stripping Log Procedure

Hello All, 
 

I have been working on my mod for sometime now and have had a hard time figuring out this as aid is limited as we learn with MCreator.

So in my Mod I have be playing with mostly blocks and was trying to learn of a way to make logs strippable and at the same time a way to swap blocks with the right click.
After some time I got the block replacement using a item(axes) set up however I have run into another issue, once the block is updated(stripped) I can not place another block(of the un-stripped version) on it without doing a shift click!

I am providing a sample of my procedure image here if you are interested and if you have a solution please share. If I come up with the solution I will post.
Please Note I have also been working on the despawn of leaves and have the leaf drops figured out, but have yet to figure out how to get a random amount of items dropped into the gem-spawn of the procedures. 

Once again any help would be great.

Thanks

KB

 

 

Last seen on 14:22, 1. Jan 2022
Joined Feb 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Same problem here. (Yeah, I…
Fri, 02/28/2020 - 20:30

Same problem here. (Yeah, I know, I'm 1,5 years late)

Last seen on 13:05, 6. Mar 2020
Joined Mar 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Very helpful! I'm having a…
Tue, 03/03/2020 - 00:21

Very helpful! I'm having a related but different problem, I want the stripping of logs to trigger a bark item to drop. Do I have to use this procedure to rewrite vanilla stripping for each log type, or is there another way around it?

Last seen on 16:44, 9. Jan 2024
Joined Mar 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Is there a way to make…
Thu, 04/09/2020 - 23:43

Is there a way to make vanilla axes strip mod logs with this procedure? I tried creating a procedure for my logs to call stripping if the item in the players' main hand is any kind of axe, but it said that it did not have the necessary variables. Ideas?

Last seen on 01:35, 15. Mar 2022
Joined Jan 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Use ore dictionary with "axe…
Fri, 04/10/2020 - 04:56

Use ore dictionary with "axe" to be able to use any axe

 

Last seen on 14:12, 23. Apr 2021
Joined Apr 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
the rotation is broken for…
Mon, 04/27/2020 - 18:09

the rotation is broken for this

http://planetptpl.wikidot.com/ptpl-ll-custom-logstrip

does anyone know how to fix this issue? I tried implementing the rotation conditions with the if/do/if else/do/else statement, but every time the log strips, the stripped log just faces upward every time no matter the original direction of the log.