Topic category: Help with Minecraft modding (Java Edition)
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
Same problem here. (Yeah, I know, I'm 1,5 years late)
Use this one
http://planetptpl.wikidot.com/ptpl-ll-custom-logstrip
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?
Okay I feel like this is close to what I want but how do I make it be "any axe" instead of one specific kind of axe?
https://gyazo.com/2f80d5031bb098aed75e2294c945abf8
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?
I'm specifically talking of Hidan's procedure ( http://planetptpl.wikidot.com/ptpl-ll-custom-logstrip )
Use ore dictionary with "axe" to be able to use any axe
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.