Create kopalstuff.js

This commit is contained in:
DaviStudios 2024-02-25 22:21:58 +02:00 committed by GitHub
parent 663190b3d3
commit df94f0bf43
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 10 additions and 0 deletions

10
mods/kopalstuff.js Normal file
View File

@ -0,0 +1,10 @@
elements.lemon = {
color: "#fcc603",
behavior: behaviors.POWDER,
category: "first",
state: "solid",
breakInto: "Juice",
reactions = {
"sugar": { elem1: null, elem2: "candy" }
}
};