Update kopalstuff.js

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

View File

@ -3,7 +3,7 @@ elements.lemon = {
behavior: behaviors.POWDER,
category: "food",
state: "solid",
breakInto: "Juice",
breakInto: "juice",
reactions: {
"sugar": { elem1: null, elem2: "candy" }
},