Update kopalstuff.js

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

View File

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