[SOLVED] How can I make a procedure so that a crop gives more drops when it is fully grown?

Started by NuclearChaos on

Topic category: Help with Minecraft modding (Java Edition)

Joined Oct 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
[SOLVED] How can I make a procedure so that a crop gives more drops when it is fully grown?
Wed, 01/01/2025 - 16:49 (edited)

I was trying to make it so that when I use a specific tool to break a fully grown wheat block it would drop 2 wheat and I can't find a way to do this without making wheat blocks drop wheat at any other groth stage when broken by this tool. I understand that this could probably not be done using blocks so can someone please tell me how to manualy write the code in order for it to work?

Edited by NuclearChaos on Wed, 01/01/2025 - 16:49
Joined Oct 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
It seems I have found theā€¦
Wed, 01/01/2025 - 16:47

It seems I have found the solution but just in case someone is having the same problem as me I am not going to delete this question and I am going to post what solved my problem here. I hope this helps anyone else trying to do the same thing.

https://imgur.com/a/d2EWdv8.png