how do i change the state of elements

  • plutoniumuraniun
    2nd Jan 2021 Member 0 Permalink

    i made a element and it is a gas i want it to be a liquid how do i do that

  • ReallyJustDont
    24th Jan 2021 Member 0 Permalink

    set its Properties value to elem.TYPE_LIQUID (elem.property(elem.TEST_PT_NAME, "Properties", elem.TYPE_LIQUID)), then set its other properties so that it acts like a liquid (so look at source code for watr, soap, gel etc)

    Edited once by ReallyJustDont. Last: 24th Jan 2021
  • plutoniumuraniun
    6th Feb 2021 Member 0 Permalink

    ok