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

@ -6,5 +6,5 @@ elements.lemon = {
breakInto: "Juice", breakInto: "Juice",
reactions = { reactions = {
"sugar": { elem1: null, elem2: "candy" } "sugar": { elem1: null, elem2: "candy" }
} },
}; };