Fixed some... Questionable reactions
This commit is contained in:
parent
b368e6e209
commit
d1f38fe2e2
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue