From a28981aa267900251d296381192532a8e938f16c Mon Sep 17 00:00:00 2001 From: StellarX20 <97905447+StellarX20@users.noreply.github.com> Date: Mon, 17 Jan 2022 13:08:22 -0500 Subject: [PATCH] Attempted to unbreak the entire mod --- mods/Neutronium_Mod.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/Neutronium_Mod.js b/mods/Neutronium_Mod.js index 4b84de3b..ffe0910f 100644 --- a/mods/Neutronium_Mod.js +++ b/mods/Neutronium_Mod.js @@ -46,7 +46,7 @@ behaviors.CONDIMENT_DESTROYER = [ elements.Condiment_Destroyer = { color: "ffff00, ff0000", behavior: behaviors.CONDIMENT_DESTROYER - category: "testing", + category: "liquids", state: "liquid", density: 1000, };