rainfall should be X axis, not Z
This commit is contained in:
parent
028f4c0cce
commit
5dc1a7b90e
1 changed files with 1 additions and 1 deletions
|
|
@ -162,7 +162,7 @@ TFCEvents.registerClimateModel(event => {
|
|||
|
||||
// irl mars' poles have a snowfall of 0.13mm but that's barely noticeable here.
|
||||
// Use a negative rainfall to stop it snowing closer to the equator. TFC clamps negatives to zero so it's fine
|
||||
return calcAverage(pos.z, 10000, 13, -25)
|
||||
return calcAverage(pos.x, 10000, 13, -25)
|
||||
})
|
||||
|
||||
builder.setAirFog((level, pos, calendarTicks) => 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue