I tried (and failed) to make a mod that creates a liquid which turns into the block/liquid it touches. I could make interact with liquids, but not blocks. Does anybody know how to do this?
Not sure about blocks, probably possible somehow. Check out Frackin Universe, it has/had a liquid that turns into other liquids upon contact I believe.
I know it is possible to make liquids interact with other liquids, it is quite easy to do that, but I was wondering if it was possible to make liquids interact with blocks, but that seems impossible. Thanks for helping though! Yeah, for example: Poison + Water = Poison
On line 45, they've got a `materialResult` from two liquids interacting with one another, but 1) I'm unsure if this is a property that is available by default and 2) I suspect what you are asking is "liquid + material = x" and not how to "liquid + liquid = material" Edit: I suppose including the actual link would be helpful: https://github.com/sayterdarkwynd/FrackinUniverse/blob/master/liquids/pus.liquid