Skip to content

Commit

Permalink
Update configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Roon committed Sep 23, 2023
1 parent af18588 commit 5ce5bea
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 3 additions & 1 deletion config/yosbr/config/immediatelyfast.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
{
"experimental_disable_error_checking": true
"fast_buffer_upload_size_mb": 64,
"experimental_disable_error_checking": true,
"experimental_sign_text_buffering": true
}
3 changes: 2 additions & 1 deletion config/yosbr/config/moreculling.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
itemFrameLODRange = 48
itemFrame3FaceCullingRange = 0.0
leavesCullingMode = "CHECK"
leavesCullingMode = "DEPTH"
leavesCullingAmount = 3
includeMangroveRoots = true
entityModelCulling = true
2 changes: 1 addition & 1 deletion config/yosbr/config/threadtweak.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"threadPriority": {
"game": 8,
"main": 8,
"main": 2,
"io": 7,
"integratedServer": 8
}
Expand Down
3 changes: 2 additions & 1 deletion config/yosbr/options.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
version:3465
version:3578
autoJump:false
operatorItemsTab:true
snooperEnabled:false
darkMojangStudiosBackground:true
simulationDistance:6
guiScale:3
maxFps:260
Expand Down

0 comments on commit 5ce5bea

Please sign in to comment.