From 007aeae7a454358a2da395b8211781c475f742f3 Mon Sep 17 00:00:00 2001 From: DaviStudios <112717418+DaviStudios@users.noreply.github.com> Date: Sun, 25 Feb 2024 22:24:40 +0200 Subject: [PATCH] Update kopalstuff.js --- mods/kopalstuff.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/mods/kopalstuff.js b/mods/kopalstuff.js index ea4ae4eb..74ffd76c 100644 --- a/mods/kopalstuff.js +++ b/mods/kopalstuff.js @@ -1,10 +1,10 @@ elements.lemon = { - color: "#fcc603", - behavior: behaviors.POWDER, - category: "first", - state: "solid", + color: "#fcc603", + behavior: behaviors.POWDER, + category: "first", + state: "solid", breakInto: "Juice", reactions = { "sugar": { elem1: null, elem2: "candy" } - } + }, };