fixed mafic-ultramafic intermediate reaction bug

This commit is contained in:
Lily-129 2022-04-18 21:46:29 -04:00 committed by GitHub
parent f36639dd48
commit 283e7e2c97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,6 +3,7 @@ TODO:
porphyritic, vesicular, vitreous, fragmental rocks (if they exist, and i might make some up if they don't) porphyritic, vesicular, vitreous, fragmental rocks (if they exist, and i might make some up if they don't)
dacite, granodiorite, etc. (between intermediate and felsic) dacite, granodiorite, etc. (between intermediate and felsic)
other rocks that fit these categories?? other rocks that fit these categories??
more density decrease steps
*/ */
//Phaneritic //Phaneritic
@ -115,7 +116,6 @@ elements.peridotite_gravel = {
elements.ultramafic_magma = { elements.ultramafic_magma = {
"reactions": { "reactions": {
"magma": { "elem1": "intermediate_magma", "elem2": "intermediate_magma" },
"ash": { "elem1": null, "elem2": "molten_slag" }, "ash": { "elem1": null, "elem2": "molten_slag" },
"dust": { "elem1": null, "elem2": "molten_slag" }, "dust": { "elem1": null, "elem2": "molten_slag" },
}, },