I need help with fluid interaction

Started by alexandernavarro on

Topic category: Help with Minecraft modding (Java Edition)

Joined Mar 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I need help with fluid interaction

Id like to make a new procedure to have two fluids interact and make a block on contact. but I dont know how to start. can anyone give me a base for how this would work?

 

Joined Oct 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You could use the "on tick…
Thu, 03/13/2025 - 15:15

You could use the "on tick update" trigger in your custom fluid to check if the other fluid is next to it then place whatever block you want at that location.