Update kopalstuff.js

This commit is contained in:
DaviStudios 2024-02-26 15:04:40 +02:00 committed by GitHub
parent 12dbde77a2
commit df8aaedc5a
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,7 +1,7 @@
elements.sweetwater = { elements.sweetwater = {
color: "#8ae7eb", color: "#8ae7eb",
behavior: behaviors.liquid, behavior: behaviors.liquid,
category: "davko", category: "liquids",
state: "solid", state: "solid",
reactions: { reactions: {
"soda": { elem1: null, elem2: "syrup" } "soda": { elem1: null, elem2: "syrup" }
@ -11,14 +11,14 @@ elements.sweetwater = {
elements.syrup = { elements.syrup = {
color: "#d9d2c3", color: "#d9d2c3",
behavior: behaviors.liquid, behavior: behaviors.liquid,
category: "davko", category: "food",
state: "solid", state: "solid",
}; };
elements.orangesoda = { elements.orangesoda = {
color: "#b8820d", color: "#b8820d",
behavior: behaviors.liquid, behavior: behaviors.liquid,
category: "davko", category: "food",
state: "solid", state: "solid",
reactions: { reactions: {
"sugar": { elem1: null, elem2: "syrup" } "sugar": { elem1: null, elem2: "syrup" }
@ -28,7 +28,7 @@ elements.orangesoda = {
elements.orange = { elements.orange = {
color: "#eda813", color: "#eda813",
behavior: behaviors.powder, behavior: behaviors.powder,
category: "davko", category: "food",
state: "solid", state: "solid",
breakInto: "juice", breakInto: "juice",
reactions: { reactions: {