I think this should show all the commented out mars content?
This commit is contained in:
parent
104763481c
commit
030db1280c
13 changed files with 81 additions and 125 deletions
|
|
@ -59,7 +59,6 @@ function calcCurrentTemp(averageTemp, seaLevel, playerY, calendarTicks, tempRang
|
|||
return averageTemp + (tempDiff * (playerY / seaLevel));
|
||||
} else {
|
||||
|
||||
// TODO: check this
|
||||
let depthPercent = 1 - (playerY / 20);
|
||||
|
||||
let bedrockTemp = lerp(averageTemp, coreTemp, coreTempMult);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue