diff --git a/mods/kopalstuff.js b/mods/kopalstuff.js new file mode 100644 index 00000000..ea4ae4eb --- /dev/null +++ b/mods/kopalstuff.js @@ -0,0 +1,10 @@ +elements.lemon = { + color: "#fcc603", + behavior: behaviors.POWDER, + category: "first", + state: "solid", + breakInto: "Juice", + reactions = { + "sugar": { elem1: null, elem2: "candy" } + } +};