Update kopalstuff.js

This commit is contained in:
DaviStudios 2024-02-25 22:38:51 +02:00 committed by GitHub
parent 1aef967173
commit 9f61e8f245
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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