Auto Farmer?

Started by NovaChan on

Topic category: Help with Minecraft modding (Java Edition)

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

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