Water help

Started by IMakeBadMods on

Topic category: Help with modding (Java Edition)

Last seen on 16:09, 23. Oct 2022
Joined May 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Water help
Tue, 05/10/2022 - 22:21 (edited)

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
Last seen on 12:02, 20. Mar 2024
Joined Jan 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Pretty simple actually!…
Wed, 05/11/2022 - 17: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!

Last seen on 12:03, 13. May 2022
Joined May 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Thanks! This helped me too :P
Thu, 05/12/2022 - 12:31

Thanks!

This helped me too :P

Last seen on 18:18, 25. Apr 2024
Joined Mar 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
@lemmingsAndSuch would the…
Mon, 04/22/2024 - 21:36

@lemmingsAndSuch would the procedure still be the sdame in mcreator 2024.1?

Last seen on 18:18, 25. Apr 2024
Joined Mar 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
nvm...  this totally looks…
Mon, 04/22/2024 - 21:39

nvm...  this totally looks like its going to solve my problem.