Started by
mrOwner
on
Topic category: Help with Minecraft modding (Java Edition)
I want to, when holding a bowl in my hand, right-click a source of water, and turn this bowl into a bowl of water (item I created).
How do I make it, step-by-step?
So your procedure should look like this.
So the "Set item in main-hand" block, you want to change the poop bowl I made to the filled bowl that you made. After this, you want to go the the empty bowl that you created and go to the "triggers" section and under the "When right-clicked" tab, select the procedure you just made.
P.S. This makes it so you add fluid but not empty. You can make the "filled bowl" item you created is food/drinkable so it has some use.
Thanks!
I want to clarify that I messed up on this and am currently having issues myself. This does work but it will pull water from any block. I've been trying to get it to pull it only from water source blocks but I have zero clue how.