change item to another item when touch water

Started by mangamaniacs2064 on

Topic category: Help with modding (Java Edition)

Last seen on 14:53, 13. Mar 2022
Joined Jul 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
change item to another item when touch water

hi i want to make a mod that when you trow some block i called dirtiron.. when the item touch water it becomes another item..

 

so for example we could say that when sand touch water sand become rock..

here what ive done so far:

 

https://hosting.photobucket.com/images/a370/mangamaniacs2064/helpscreen…

 

Last seen on 22:39, 16. Apr 2024
Joined Dec 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
This worked for me:   
Thu, 02/24/2022 - 21:02

This worked for me: https://i.imgur.com/Hu6MzGK.png
 

Last seen on 14:53, 13. Mar 2022
Joined Jul 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
a big thank you i am able to…
Fri, 02/25/2022 - 03:01

a big thank you i am able to make my mod with that it work very well..

Last seen on 00:45, 18. Feb 2024
Joined Oct 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
It also helped me a lot! but…
Sun, 09/18/2022 - 17:19

It also helped me a lot! but I would like to know how do I add more items when thrown in water? I tried to add an "and" to the convert item entity but it didn't work. I wanted to play a diamond + redstone and get another item, can you help me?

 

Last seen on 05:58, 18. Apr 2024
Joined Jul 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
To detect if two items are…
Sun, 09/18/2022 - 23:30

To detect if two items are together, use else if and convert, in which you put the second item. Then, in each item choice put IF -Exists Square cube 1 of X of entity iterator Y of entity iterator Z of entity iterator subtype of item, if convert entity iterator to (other item) despawn entity iterator, despawn nearest entity in square cube 1 X of entity iterator, Y of entity iterator, Z of entity iterator of subtype item

Last seen on 00:45, 18. Feb 2024
Joined Oct 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Can you send me an image of…
Fri, 09/23/2022 - 22:23

Can you send me an image of how to assemble this procedure? I have a little trouble.
Thanks in advance for your help.

Last seen on 05:58, 18. Apr 2024
Joined Jul 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
actually, that didn't work…
Sat, 09/24/2022 - 00:53

actually, that didn't work. I put this together and it does though. procedure

Last seen on 05:58, 18. Apr 2024
Joined Jul 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I made a bit of a mistake,…
Sat, 09/24/2022 - 00:54

I made a bit of a mistake, the last itemhere variable needs to be set to false.

Last seen on 00:45, 18. Feb 2024
Joined Oct 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Thank you so much!! 
Sat, 09/24/2022 - 22:12

Thank you so much!! 

Last seen on 20:34, 16. Apr 2024
Joined Dec 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Is there any way to do this,…
Sun, 09/25/2022 - 15:40

Is there any way to do this, but with a block that isn't water? In other words, could I throw my two or more items onto a certain block of mine that isn't water, then get one item as an output? Thank you!

Last seen on 16:59, 10. Apr 2024
Joined Oct 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Please, can anyone help me?I…
Mon, 10/24/2022 - 14:02

Please, can anyone help me?
I would like to do this same process in a cauldron, instead of pouring it into a potion of water.
I would like the player to throw some items into the cauldron and then it would turn into a single item.