From d1f38fe2e29128c874a16b00d6dcc9a8a6c11809 Mon Sep 17 00:00:00 2001 From: StellarX20 <97905447+StellarX20@users.noreply.github.com> Date: Thu, 10 Feb 2022 14:32:18 -0500 Subject: [PATCH] Fixed some... Questionable reactions --- mods/Neutronium Mod.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mods/Neutronium Mod.js b/mods/Neutronium Mod.js index 1deba7dd..e028fb15 100644 --- a/mods/Neutronium Mod.js +++ b/mods/Neutronium Mod.js @@ -45,7 +45,7 @@ elements.neutronium = { color: "#558bcf", behavior: behaviors.GAS, reactions: { - "oxygen": { "elem1":null, "elem2":"hydrogen" }, + "oxygen": { "elem1":null, "elem2":"steam" }, }, category: "gases", burn: 100, @@ -493,7 +493,7 @@ color: ["#eda724", "#f0eabd"], behavior: behaviors.LIQUID, category: "liquids", reactions: { -"molten_mithril": { "elem1": "molten_mythril_mithril_alloy", "elem2":null }, +"molten_mithril": { "elem1": "molten_mithril_mythril_alloy", "elem2":null }, }, density: 6855, state: "liquid",