diff --git a/mods/kopalstuff.js b/mods/kopalstuff.js index 8184c140..fa8bd476 100644 --- a/mods/kopalstuff.js +++ b/mods/kopalstuff.js @@ -3,7 +3,7 @@ elements.lemon = { behavior: behaviors.POWDER, category: "food", state: "solid", - breakInto: "Juice", + breakInto: "juice", reactions: { "sugar": { elem1: null, elem2: "candy" } },