Bug Amber now has color
This commit is contained in:
parent
3e22af05f1
commit
88c5bca7ff
|
|
@ -127,7 +127,7 @@ elements.petrified_wood = {
|
||||||
elements.skull = {
|
elements.skull = {
|
||||||
color: "#d9d9d9",
|
color: "#d9d9d9",
|
||||||
hidden:true,
|
hidden:true,
|
||||||
behavior: behaviors.SUPPORT,
|
behavior: behaviors.SUPPORTPOWDER,
|
||||||
reactions: {
|
reactions: {
|
||||||
"water": { elem2:"broth", tempMin:70, color2:"#d7db69" },
|
"water": { elem2:"broth", tempMin:70, color2:"#d7db69" },
|
||||||
"salt_water": { elem2:"broth", tempMin:70, color2:"#d7db69" },
|
"salt_water": { elem2:"broth", tempMin:70, color2:"#d7db69" },
|
||||||
|
|
@ -160,6 +160,7 @@ elements.skull = {
|
||||||
},
|
},
|
||||||
|
|
||||||
elements.bug_amber = {
|
elements.bug_amber = {
|
||||||
|
color: "#ffc000",
|
||||||
temp: 20,
|
temp: 20,
|
||||||
tempHigh: 345,
|
tempHigh: 345,
|
||||||
stateHigh: ["smoke","sap","sap","calcium","sugar"],
|
stateHigh: ["smoke","sap","sap","calcium","sugar"],
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue