corrected average temp in orbits, since spacesuits have ambiental compat now
This commit is contained in:
parent
161e2185cf
commit
f1cf6919fb
1 changed files with 1 additions and 2 deletions
|
|
@ -107,8 +107,7 @@ TFCEvents.registerClimateModel(event => {
|
|||
|
||||
event.register('tfg:orbit_climate', builder => {
|
||||
|
||||
// There's basically no heat diffusion in space so we can pretend this is your spacesuit temp
|
||||
builder.setCurrentTemperatureCalculation((level, pos, calendarTicks, daysInMonth) => 15)
|
||||
builder.setCurrentTemperatureCalculation((level, pos, calendarTicks, daysInMonth) => -270)
|
||||
builder.setAverageTemperatureCalculation((level, pos) => -270)
|
||||
builder.setAverageRainfallCalculation((level, pos) => 0)
|
||||
builder.setAirFog((level, pos, calendarTicks) => 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue