state fix
This commit is contained in:
parent
19c8c01ae1
commit
eeab29fc68
|
|
@ -19,7 +19,8 @@ elements.invisible_dye = {
|
||||||
tempHigh: 110,
|
tempHigh: 110,
|
||||||
stateHigh: "invisible_dye_gas",
|
stateHigh: "invisible_dye_gas",
|
||||||
category: "special",
|
category: "special",
|
||||||
state: "solid",
|
state: "liquid",
|
||||||
|
density: 1,
|
||||||
stain: elements.dye.stain,
|
stain: elements.dye.stain,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
@ -36,6 +37,7 @@ elements.invisible_dye_gas = {
|
||||||
tempLow: 109,
|
tempLow: 109,
|
||||||
stateLow: "invisible_dye",
|
stateLow: "invisible_dye",
|
||||||
category: "special",
|
category: "special",
|
||||||
state: "solid",
|
state: "liquid",
|
||||||
|
density: 1,
|
||||||
stain: elements.spray_paint.stain,
|
stain: elements.spray_paint.stain,
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue