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 = { elements.lemon = {
color: "#fcc603", color: "#fcc603",
behavior: behaviors.POWDER, behavior: behaviors.POWDER,
category: "first", category: "first",
state: "solid", state: "solid",
breakInto: "Juice", breakInto: "Juice",
reactions = { reactions = {
"sugar": { elem1: null, elem2: "candy" } "sugar": { elem1: null, elem2: "candy" }
} },
}; };