how do i set the ignition temp of a element
Since you put this in Development Assistance subforum, I'm gonna assume this is c++. Taking WOOD as an example, looking in the file WOOD.cpp (here), there is a line of code: HighTemperature = 873.0f;
. That means the ignition temperature of wood is 873 kelvin. You can change that value for whatever element you're creating/customizing.
thanks for that last night i was messing around and made coal spontaionsly combust.