How would I make water freeze in a specific dimension?

Started by blahblahbal on

Topic category: Help with modding (Java Edition)

Last seen on 22:47, 4. Nov 2022
Joined Jan 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How would I make water freeze in a specific dimension?

Alright, so I'm trying to make all water turn into another block if placed by the player or by ice melting in a specific dimension. How exactly would I do this? I've tried a procedure with the On block placed event, but that doesn't work. I've also tried Player right clicks with item, which also doesn't work. 

Last seen on 18:39, 10. Apr 2022
Joined Mar 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I think you should use a on…
Sat, 04/10/2021 - 17:00

I think you should use a on block tick procedure

Last seen on 22:47, 4. Nov 2022
Joined Jan 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I can't find that event in…
Sat, 04/10/2021 - 17:03

I can't find that event in the list of possible events. It's just not there. Unless I'm missing something entirely.

Last seen on 22:47, 4. Nov 2022
Joined Jan 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Nevermind, I figured it out…
Sat, 04/10/2021 - 17:24

Nevermind, I figured it out. I had to edit the code of the procedure to use onBlockUpdate().

Last seen on 13:36, 24. Apr 2024
Joined Feb 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
how did you do it?
Sun, 01/14/2024 - 16:18

how did you do it?