Modding Help Transforming Liquid

Discussion in 'Starbound Modding' started by FrostBird347, Mar 9, 2019.

Tags:
?

Is it possible to do this?

Poll closed Apr 6, 2019.
  1. Yes

    50.0%
  2. No

    50.0%
  1. FrostBird347

    FrostBird347 Guest

    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?
     
  2. Jim Witness

    Jim Witness Subatomic Cosmonaut

    I just don't think it's possible. Sorry.
     
  3. TerribleToaster

    TerribleToaster Scruffy Nerf-Herder

    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.
     
  4. projectmayhem

    projectmayhem Spaceman Spiff

    liquids that turn into other liquids are also in vanilla starbound
     
  5. FrostBird347

    FrostBird347 Guest

    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
     
  6. pdodd

    pdodd Void-Bound Voyager

    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
     

Share This Page