Update kopalstuff.js

This commit is contained in:
DaviStudios 2024-02-25 22:45:52 +02:00 committed by GitHub
parent 5980f8cc83
commit fc45e5535c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 10 additions and 1 deletions

View File

@ -5,6 +5,15 @@ elements.lemon = {
state: "solid",
breakInto: "juice",
reactions: {
"sugar": { elem1: "candy", elem2: "candy" }
"sugar": { elem1: null, elem2: "candypowder" }
},
};
elements.candypowder = {
color: "#cffaf1",
behavior: behaviors.POWDER,
category: null,
state: "solid",
};
elements.candy.breakInto: "candypowder"