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, +};