EnviroMine / EnviroMine-1.7

Other
44 stars 38 forks source link

Rain affecting Temperature #191

Open PitchBright opened 8 years ago

PitchBright commented 8 years ago

Just a question/note for further discussion, putting this here as a reminder.

We're noticing that it becomes unbearably cold when it rains. Does that have to do with the hard-coded 10 degree drop at a rate of 0.01?

As per here: https://github.com/EnviroMine/EnviroMine-1.7/blob/028dafd8da453dc089bff2808da33281aff0aed5/src/main/java/enviromine/handlers/EM_StatusManager.java#L481

If so, can those values be moved to the Biome section of the configs… for customization on a per-biome basis? For example, when it rains in the Jungle, or plains, it shouldn't drop 10 degrees in temp like that. Also, I think it makes more sense that the rate, at least be reflective of the master temp rate change in the user config. In my case, I've put a lot of work into finding an appropriate value of temp rate change, for a survival experience.