From a71a5cdf94e7359ef7b1527eb851cd3bc6d1f5a4 Mon Sep 17 00:00:00 2001 From: Clide4 <149531099+Clide4@users.noreply.github.com> Date: Fri, 5 Jan 2024 09:18:50 -0300 Subject: [PATCH] Add files via upload --- mods/morefoodsmod.js | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 mods/morefoodsmod.js diff --git a/mods/morefoodsmod.js b/mods/morefoodsmod.js new file mode 100644 index 00000000..d7c7a164 --- /dev/null +++ b/mods/morefoodsmod.js @@ -0,0 +1,18 @@ +elements.chowder = { + color: "#c7c98b", + behavior: behaviors.POWDER, + category: "food", + state: "solid", + reactions: { + "water": { elem1: null, elem2: "soup" }, + }, + }; + + elements.soup = { + color: "#c28719", + behavior: behaviors.LIQUID, + category: "food", + state: "liquid", + stateHigh: "chowder", + tempHigh: 100 + }; \ No newline at end of file