Weiter am Wettersystem gearbeitet, ordentliche Wolken und Regen etc ergänzt
This commit is contained in:
@@ -38,7 +38,7 @@ public final class ChunkTerrainIO {
|
||||
public static final int LOD0_RANGE = 1;
|
||||
public static final int LOD1_RANGE = 3;
|
||||
/** Chebyshev-Distanz ≤ PHYSICS_RANGE: Physik-Collider aktiv. */
|
||||
public static final int PHYSICS_RANGE = 1;
|
||||
public static final int PHYSICS_RANGE = 2;
|
||||
|
||||
// ── Kanten-Konstanten ──────────────────────────────────────────────────────
|
||||
public static final int EDGE_NORTH = 0; // höchste Zeile (row = VERTS-1)
|
||||
|
||||
Reference in New Issue
Block a user