From c0a97a9ec268cd8d6ceaf09ef4fbc19bb2a4c8bb Mon Sep 17 00:00:00 2001 From: StellarX20 <97905447+StellarX20@users.noreply.github.com> Date: Mon, 17 Jan 2022 22:45:14 -0500 Subject: [PATCH] Fixed radioactive snow's behavior --- 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 8f6518a3..f459c1cc 100644 --- a/mods/Neutronium_Mod.js +++ b/mods/Neutronium_Mod.js @@ -325,7 +325,7 @@ behaviors.RADIOACTIVE_POWDER = [ ]; elements.radioactive_snow = { color: "#9f7ba6", -behavior: behaviors.RADIOACTIVE_SOLID, +behavior: behaviors.RADIOACTIVE_POWDER, category: "land", density: 103, state: "solid",