From 278eb89e53881dd4beda57b8a2cc63c42a95053e Mon Sep 17 00:00:00 2001 From: "Laetitia (O-01-67)" <68935009+O-01-67@users.noreply.github.com> Date: Wed, 8 Mar 2023 18:58:19 -0500 Subject: [PATCH] added spinel --- mods/the_ground.js | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/mods/the_ground.js b/mods/the_ground.js index e47fc171..0150e5c0 100644 --- a/mods/the_ground.js +++ b/mods/the_ground.js @@ -2814,6 +2814,18 @@ if(!enabledMods.includes(libraryMod)) { hardness: 0.9, } + //Spinel (kek) + + elements.spinel = { + color: ["#ff1261", "#db2776", "#f20732", "#f71670", "#f7167f"], + tempHigh: 2130, + behavior: behaviors.POWDER, + category: "powders", + state: "solid", + density: 3600, + hardness: 0.85, + } + //Topaz elements.topaz = {