Fixed some... Questionable reactions

This commit is contained in:
StellarX20 2022-02-10 14:32:18 -05:00 committed by GitHub
parent b368e6e209
commit d1f38fe2e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ elements.neutronium = {
color: "#558bcf", color: "#558bcf",
behavior: behaviors.GAS, behavior: behaviors.GAS,
reactions: { reactions: {
"oxygen": { "elem1":null, "elem2":"hydrogen" }, "oxygen": { "elem1":null, "elem2":"steam" },
}, },
category: "gases", category: "gases",
burn: 100, burn: 100,
@ -493,7 +493,7 @@ color: ["#eda724", "#f0eabd"],
behavior: behaviors.LIQUID, behavior: behaviors.LIQUID,
category: "liquids", category: "liquids",
reactions: { reactions: {
"molten_mithril": { "elem1": "molten_mythril_mithril_alloy", "elem2":null }, "molten_mithril": { "elem1": "molten_mithril_mythril_alloy", "elem2":null },
}, },
density: 6855, density: 6855,
state: "liquid", state: "liquid",