Kann ich über die API herausfinden in welchem Biom / welcher Region sich der Spieler befindet? bei den F3 Datei steht es dabei (Biome: ForestDead (Region: Default))
Region/Biom?
-
- German
- Devidian
- Thread is Unresolved
A new update (0.9.2) is available now!
Latest Hotfix: 0.9.2.1 (2026-05-13)
Latest Hotfix: 0.9.2.1 (2026-05-13)
-
-
Hi.
I used bellow code to get a biome.
Display MoreJavafinal byte[] rawLOD=World.getChunk(p.getChunkPosition().x, p.getChunkPosition().z).getRawLODTerrain(); // raw LOD data of chunk of player positionSo if i suppose correct, a code between
- 1 and 49 is a Default (or Ocean) region
- 50 and 99 is a Cold region
- 100 -149 is a Arid region
BTW:
In same chunk you can have differently biome for each block position. In old java game i think biome was tied to whole chunk, not individual block positions from chunk?
-
Thank you i will test if that works!
Participate now!
Don’t have an account yet? Create a new account now and be part of our community!