Started by
NovaChan
on
Topic category: Help with Minecraft modding (Java Edition)
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 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