biome fixes + refactoring, blackened
This commit is contained in:
parent
6d912ae7ac
commit
1834c26b72
41 changed files with 296 additions and 328 deletions
|
@ -1721,7 +1721,7 @@ public class Game implements IThreadListener {
|
|||
+ String.format("%.3f", this.theWorld.getCelestialAngle(1.0f));
|
||||
}
|
||||
|
||||
float temp = this.theWorld.getTempOffset() + (biome != null ? biome.getFloatTemperature(blockpos) : 0.0f);
|
||||
float temp = this.theWorld.getTempOffset() + (biome != null ? biome.getTemperature(blockpos) : 0.0f);
|
||||
long ticked = System.currentTimeMillis() - this.lastTicked;
|
||||
|
||||
return
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue