Update kopalstuff.js

This commit is contained in:
DaviStudios 2024-02-25 22:24:40 +02:00 committed by GitHub
parent df94f0bf43
commit 007aeae7a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 5 deletions

View File

@ -1,10 +1,10 @@
elements.lemon = {
color: "#fcc603",
behavior: behaviors.POWDER,
category: "first",
state: "solid",
color: "#fcc603",
behavior: behaviors.POWDER,
category: "first",
state: "solid",
breakInto: "Juice",
reactions = {
"sugar": { elem1: null, elem2: "candy" }
}
},
};