Started by
NightCog
on
Topic category: Feature requests and ideas for MCreator
So i'm trying to make some leaves, and i would like the player to be able to collect the leaves with shears, instant, like vanilla leaves. Except, i can't do that. (yet) There might be a way to do this with procedures, or modifying the code of the block, but i think that is way too advanced for such a simple feature that should of been added a long time ago.
It isn't the end of the world if this doesn't added, we will probably find a way around it, it would just make our lives a bit easier.
Thank you!
This is actually a really good idea, put it on the issue tracker! (Be aware that the issue tracker moved to Github).
This is currently not supported in MC code
Well then how are MC leaves coded? Do they just check if the item in the player's hand is Shears, and if so the leaves break at ex. 15x speed + drops the leaf instead of a x% chance of dropping the sapling + damages the shears item?
If so, we can make it with procedures, right? Still it would be nice to have an option for this OR have a procedure block or something which does all this.
Like (If block broken) for block option, if shears in hand, drop said item. It's easy.
Hi so I want to make a wool "type" item, with the same properties. But as you have said, Mcreator does to propose the shears as a tool. How do I make the wool break faster with shears but slower with the hand?
PS : If it is a procedure that can fix this, could you give the procedure? Thank you!