Update kopalstuff.js

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

View File

@ -4,7 +4,7 @@ elements.lemon = {
category: "food",
state: "solid",
breakInto: "Juice",
reactions = {
reactions: {
"sugar": { elem1: null, elem2: "candy" }
},
};