Why cant i harvest my crop block? I did everything right?

Started by MaxIfHeWasinMi… on

Topic category: Troubleshooting, bugs, and solutions

Last seen on 22:48, 23. Mar 2024
Joined Feb 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Why cant i harvest my crop block? I did everything right?

I am working on a mod to improve the in-game food system, like say adding new foods and crops that give special buffs when eaten.

The problem is that no matter what I try doing my grape plant will not drop items! I will attach a screenshot below of the code, it can reverse stages but will not drop items for the life of it.

Any help or advice on how to fix my issue is greatly appreciated. Do note that the plant I am harvesting IS solid and has glass pane collisions.

I've tried: turning de-spawn on, setting the drop coordinates to just x y z, without the sound block, with loot tables, without random drops, and with changing the symbols on the randomizer.

Last seen on 05:28, 8. Dec 2023
Joined Mar 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Try enabling 'Tick randomly'…
Wed, 03/29/2023 - 09:42

Try enabling 'Tick randomly' in your block's 'Advanced properties'

Or setting 'tick rate' manualy

Last seen on 05:28, 8. Dec 2023
Joined Mar 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Also, what trigger does your…
Wed, 03/29/2023 - 09:44

Also, what trigger does your block use? I think you need 'Update tick' trigger

Last seen on 22:48, 23. Mar 2024
Joined Feb 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
thanks for the help, its…
Sun, 04/02/2023 - 23:52

thanks for the help, its working properly now ;)