Auto Farmer?

Started by NovaChan on

Topic category: Help with modding (Java Edition)

Last seen on 02:54, 19. Jul 2021
Joined Jul 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Auto Farmer?

I'm trying to make a block that interacts with crops by right clicking on them so that it works with other farm mods. I can't figure out how to get it to acknowledge that there are crops that are nearby. Please help :)

Last seen on 19:13, 23. Apr 2024
Joined Sep 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Just create a procedure that…
Tue, 07/20/2021 - 14:10

Just create a procedure that checks the blocks in all directions and whether the block in question is grain. When it detects that it is mature simply add a replace block procedure with seeds and if you want add that the item is added in a GUI of the block itself