Skip to content

Commit 1a7338d

Browse files
author
Xikaro
committed
Update embeddium++.toml
1 parent 7ea8c38 commit 1a7338d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/embeddium++.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
#Configure horizontal max distance before cull entities
5454
#Value is squared, default was 64^2 (or 64x64)
5555
#Range: > 0
56-
cullingDistanceX = 4096
56+
cullingDistanceX = 1024
5757
#Configure vertical max distance before cull entities
5858
#Value is raw
5959
#Range: 0 ~ 512
@@ -71,7 +71,7 @@
7171
#Configure horizontal max distance before cull Block entities
7272
#Value is squared, default was 64^2 (or 64x64)
7373
#Range: > 0
74-
cullingDistanceX = 4096
74+
cullingDistanceX = 1024
7575
#Configure vertical max distance before cull Block entities
7676
#Value is raw
7777
#Range: 0 ~ 512

0 commit comments

Comments
 (0)