Update kopalstuff.js
This commit is contained in:
parent
bc853b7bba
commit
49daaee9b5
|
|
@ -1,6 +1,6 @@
|
||||||
elements.sweetwater = {
|
elements.sweetwater = {
|
||||||
color: "#8ae7eb",
|
color: "#8ae7eb",
|
||||||
behavior: behaviors.liquid,
|
behavior: behaviors.LIQUID,
|
||||||
category: "liquids",
|
category: "liquids",
|
||||||
state: "liquid",
|
state: "liquid",
|
||||||
reactions: {
|
reactions: {
|
||||||
|
|
@ -10,14 +10,14 @@ elements.sweetwater = {
|
||||||
|
|
||||||
elements.syrup = {
|
elements.syrup = {
|
||||||
color: "#d9d2c3",
|
color: "#d9d2c3",
|
||||||
behavior: behaviors.liquid,
|
behavior: behaviors.LIQUID,
|
||||||
category: "food",
|
category: "food",
|
||||||
state: "liquid",
|
state: "liquid",
|
||||||
};
|
};
|
||||||
|
|
||||||
elements.orangesoda = {
|
elements.orangesoda = {
|
||||||
color: "#b8820d",
|
color: "#b8820d",
|
||||||
behavior: behaviors.liquid,
|
behavior: behaviors.LIQUID,
|
||||||
category: "food",
|
category: "food",
|
||||||
state: "liquid",
|
state: "liquid",
|
||||||
reactions: {
|
reactions: {
|
||||||
|
|
@ -27,7 +27,7 @@ elements.orangesoda = {
|
||||||
|
|
||||||
elements.orange = {
|
elements.orange = {
|
||||||
color: "#eda813",
|
color: "#eda813",
|
||||||
behavior: behaviors.powder,
|
behavior: behaviors.POWDER,
|
||||||
category: "food",
|
category: "food",
|
||||||
state: "powder",
|
state: "powder",
|
||||||
breakInto: "juice",
|
breakInto: "juice",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue