From 63864afdd77e4a2976354270a070324be69d5b2e Mon Sep 17 00:00:00 2001 From: Phi Date: Sat, 8 Feb 2025 14:46:34 +0000 Subject: [PATCH] remove elements.molten_mars_plasma and --- mods/Mars.js | 9 --------- 1 file changed, 9 deletions(-) diff --git a/mods/Mars.js b/mods/Mars.js index 68cbb732..9d3ff271 100644 --- a/mods/Mars.js +++ b/mods/Mars.js @@ -28,15 +28,6 @@ elements.molten_mars = { extraInfo: "The Result of Burnt-up mars stuff. Some turn into this faster more than others.", temp: 2500 } -elements.plasma_mars = { - color: "#ffc338", - behavior: behaviors.MOLTEN, - category: "mars", - state: "liquid", - hidden: "false", - extraInfo: "Molten Mars but Plasma.", - temp: 2500 -} elements.mars_rock = { color: ["#a51002","#bd1102"], behavior: behaviors.STURDYPOWDER,