Started by
alexandernavarro
on
Topic category: Help with Minecraft modding (Java Edition)
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?
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.