Started by
IMakeBadMods
on
Topic category: Help with Minecraft modding (Java Edition)
I'm trying to make an item where you Right click Water with a Clock and the item changes. How do I do this?
Edited by IMakeBadMods on Tue, 05/10/2022 - 22:21
Pretty simple actually! There's a really easy way of doing this.
STEP 1 - Make a procedure and name it anything you want. In the green starter block, change "no additional trigger" to "player right clicks block".
STEP 2 - Click on procedure templates in the top left corner of the screen and select "Fill bottle with fluid".
STEP 3 - Replace all instances of an empty bottle with the clock, and replace the water bottle with whatever item you want the clock to become.
STEP 4 - Connect the script to the green starter block and save! It is done!
Thanks!
This helped me too :P
@lemmingsAndSuch would the procedure still be the sdame in mcreator 2024.1?
nvm... this totally looks like its going to solve my problem.