fixed MMA and MMMA

fixed typo in tempHigh and added temp to MMMA so that it wouldn't solidify on contact
This commit is contained in:
Lily-129 2022-01-20 18:19:39 -05:00 committed by GitHub
parent 8bb657a8ba
commit e068e7924b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -530,6 +530,7 @@ behavior: behaviors.LIQUID,
category: "liquids",
density: 3922.5,
state: "liquid",
temp: 2000,
tempLow: 1975,
stateLow: "mithril_mythril_alloy"
},
@ -542,7 +543,7 @@ category: "solids",
density: 4425,
state: "solid",
tempHigh: 1975,
stateHigh: "molten_mithril_mithril_alloy"
stateHigh: "molten_mithril_mythril_alloy"
};
elements.berry_seed = {
color: ["#941260", "#752043"],