Started by
blahblahbal
on
Topic category: Help with Minecraft modding (Java Edition)
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.
I think you should use a on block tick procedure
I can't find that event in the list of possible events. It's just not there. Unless I'm missing something entirely.
Nevermind, I figured it out. I had to edit the code of the procedure to use onBlockUpdate().
how did you do it?