From bacaf2e9fb6572ec689708dbe598a583441464b7 Mon Sep 17 00:00:00 2001 From: StellarX20 <97905447+StellarX20@users.noreply.github.com> Date: Fri, 11 Feb 2022 22:19:39 -0500 Subject: [PATCH] Made time for joseph --- mods/time.js | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 mods/time.js diff --git a/mods/time.js b/mods/time.js new file mode 100644 index 00000000..2ec9b95a --- /dev/null +++ b/mods/time.js @@ -0,0 +1,7 @@ + elements.time = { + color: "#006e05", + behavior: behaviors.GAS, + category: "gases", + state: "gas", + density: 10, +};