Item Drops

Started by Ali54 on

Topic category: Help with MCreator software

Last seen on 02:37, 3. Jun 2016
Joined May 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Item Drops

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

Last seen on 16:05, 15. Nov 2020
Joined Dec 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Atm, you cannot modify
Thu, 05/19/2016 - 00:49

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 ;)

Last seen on 17:17, 10. Jan 2024
Joined Aug 2013
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Actually it is not very much
Thu, 05/19/2016 - 16:58

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.

Last seen on 00:44, 29. Nov 2022
Joined Dec 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
RE:Atm, you cannot modify
Thu, 05/19/2016 - 20:51

@#1 Almost nothing is impossible in the coding world

Last seen on 16:05, 15. Nov 2020
Joined Dec 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
RE:RE:Atm, you cannot modify
Thu, 05/19/2016 - 22:38

@#1.1 Indeed, but I was only implying on the base MCreator itself.

Last seen on 02:37, 3. Jun 2016
Joined May 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Could you show me an example
Thu, 05/19/2016 - 22:45

Could you show me an example