Started by
Ali54
on
Topic category: Help with MCreator software
Hello,
I'm trying to add an item to minecraft that will drop from leaves already in the game similar to an apple. I don't know how to make it so the item can drop when you break leaves. I was able to create the item but how do I add a feature to make it a drop from leaves. If any could help with that it would be great.
Thank You
Atm, you cannot modify vanilla blocks. It's not possible yet for a modded item to drop from a vanilla item. Sorry, but not yet ;)
Actually it is not very much hard to code - you just need "Event Handler". For it you can use GUI Overlay element , and add small piece of code to it.
@#1 Almost nothing is impossible in the coding world
@#1.1 Indeed, but I was only implying on the base MCreator itself.
Could you show me an example