Started by
CeresAwen
on
Topic category: Help with Minecraft modding (Java Edition)
Hey all,
I'm making a plant mod and right now I'm working on a procedure to farm plants. I have a trigger set to block right clicked. The procedure needs to check for the item bonemeal in the player's main hand, and if so, spawn seeds.
Here is what my procedure looks like so far:
However, nothing at all happens when I tested it. I tried messing with a few different things but now I'm stumped.
I also need it to remove one bonemeal from the player's inventory, but I haven't added that yet.
What am I doing wrong? Any help would be greatly appreciated! Thanks
the global trigger will be "Player Right clicks block" you'll need to scroll down till all the player triggers come
you can put the code after this