sbstuff 1.1.1
This commit is contained in:
parent
c0a7ca295f
commit
6969ead9b6
|
|
@ -146,3 +146,12 @@ elements.green_cherry = {
|
||||||
category: "food",
|
category: "food",
|
||||||
state: "solid",
|
state: "solid",
|
||||||
};
|
};
|
||||||
|
|
||||||
|
elements.meth = {
|
||||||
|
tempHigh: 5000,
|
||||||
|
stateHigh: "steam",
|
||||||
|
color: "#0affef",
|
||||||
|
behavior: behaviors.POWDER,
|
||||||
|
category: "powders",
|
||||||
|
state: "solid",
|
||||||
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue