biome rework test 2

This commit is contained in:
Sen 2025-07-23 00:59:37 +02:00
parent b524eeeaa3
commit eec61c9258
Signed by: sen
GPG key ID: 3AC50A6F47D1B722
6 changed files with 10 additions and 7 deletions

View file

@ -1723,7 +1723,7 @@ public class Client implements IThreadListener {
String lline;
if(this.world.isBlockLoaded(blockpos)) {
ChunkClient chunk = this.world.getChunk(blockpos);
bline = String.format("Biom: %.2f K, N: %.2f K, D: %s (%s)", 0.0f, 0.0f,
bline = String.format("Biom: %.2f K, N: %.2f K, D: %s (%s)", chunk.getTemperature(blockpos), chunk.getOffset(blockpos),
TextColor.stripCodes(this.world.dimension.getDisplay()),
this.dimensionName == null ? UniverseRegistry.getName(this.world.dimension) : this.dimensionName);
lline = "Licht: " + chunk.getLightSub(blockpos, 0) + " (" + chunk.getLight(LightType.SKY, blockpos) + " Himmel, "