From a469aad5354ae7f6b5a5e0d5949fd55531410228 Mon Sep 17 00:00:00 2001 From: JustAGenericUsername <92590792+JustAGenericUsername@users.noreply.github.com> Date: Sun, 16 Jun 2024 10:10:24 -0400 Subject: [PATCH] diamond --- mods/nousersthings.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mods/nousersthings.js b/mods/nousersthings.js index db810a70..95c8aa6f 100644 --- a/mods/nousersthings.js +++ b/mods/nousersthings.js @@ -2514,8 +2514,9 @@ elements.solid_diamond = { tempHigh: elements.diamond.tempHigh, stateHigh: elements.diamond.stateHigh, state: "solid", - denisty: elements.diamond.density, - hardness: elements.diamond.hardness + density: elements.diamond.density, + hardness: elements.diamond.hardness, + behavior: behaviors.WALL, } elements.textured_rose_gold = { color: ["#FF5991", "#E4386F", "#7F1037", "#FFCCCD", "#671133"],