Update kopalstuff.js

This commit is contained in:
DaviStudios 2024-02-26 15:35:39 +02:00 committed by GitHub
parent bc853b7bba
commit 49daaee9b5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
elements.sweetwater = {
color: "#8ae7eb",
behavior: behaviors.liquid,
behavior: behaviors.LIQUID,
category: "liquids",
state: "liquid",
reactions: {
@ -10,14 +10,14 @@ elements.sweetwater = {
elements.syrup = {
color: "#d9d2c3",
behavior: behaviors.liquid,
behavior: behaviors.LIQUID,
category: "food",
state: "liquid",
};
elements.orangesoda = {
color: "#b8820d",
behavior: behaviors.liquid,
behavior: behaviors.LIQUID,
category: "food",
state: "liquid",
reactions: {
@ -27,7 +27,7 @@ elements.orangesoda = {
elements.orange = {
color: "#eda813",
behavior: behaviors.powder,
behavior: behaviors.POWDER,
category: "food",
state: "powder",
breakInto: "juice",