Skip to content

Commit

Permalink
feat: set sd to 5 for perf
Browse files Browse the repository at this point in the history
majority of people will not need higher simulation distance, this has been a default in my modpacks and other modpacks for years and no one has seemed to have an issue with it. should heavily improve performance in some scenarios :D
pushing to main because i forgot to put it in the branch ;.;
  • Loading branch information
intergrav committed Jun 3, 2024
1 parent 003a040 commit 3439d39
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion config/yosbr/options.txt
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ particles:0
reducedDebugInfo:false
renderClouds:"true"
renderDistance:18
simulationDistance:12
simulationDistance:5
screenEffectScale:1.0
soundDevice:""
autoJump:false
Expand Down
14 changes: 7 additions & 7 deletions index.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ hash = "13057dae5735aa108e9dabe5e91b61296ee87268f33ef8ded6bbee4d74f5f1e0"

[[files]]
file = "config/betterhurtcam.toml"
hash = "c2c345f7d410a168e45e002abbc4eebf06a4f84b63b709093c59f42c9cc9a80c"
hash = "a5c0f37671450e5ff2ca534a0c03701c39ac046b70862167dcbd0185eed13284"

[[files]]
file = "config/bobby.conf"
Expand All @@ -42,15 +42,15 @@ hash = "163f49d5c78bf76b1a112c792e936a5915994c472985585a9463134971abd607"

[[files]]
file = "config/enhanced_bes.properties"
hash = "219204a2efc6d53ad8b3116db7392e039ba8e0ed5f45bc18562c9697bdf8f5c9"
hash = "6ef9e4a1132e7aeab97f6829893124078b95be3c9a5b247754c2ccc9deb423ce"

[[files]]
file = "config/entityculling.json"
hash = "3955e3822546d7193b0432b91ba89e233a7b4aaf88cbf2883d1931c77bbc9fdb"

[[files]]
file = "config/fabric/indigo-renderer.properties"
hash = "b52a47c7fac4a3cacf52477ce17521e78b8896cacfa0b496063b5c076172b791"
hash = "eca8c4e36d578cbadd9a88b4d02910ceb6a0fbf39ea88bd5b16573a67ee7c110"

[[files]]
file = "config/fabric_loader_dependencies.json"
Expand All @@ -66,7 +66,7 @@ hash = "1fbbea658d8af2a751857e70cf2d5930a24490cc4c24f8db9b49630a818b895c"

[[files]]
file = "config/fsb-interop.json"
hash = "cc201de4585ed6611d0901fbb7e7ce08f1a08de9dd30cfad57612a7afa2420e4"
hash = "fa7d682ae0cb1e4963abe9b6d265ed68d92e22079c479950dad3305e1e23b007"

[[files]]
file = "config/indium-renderer.properties"
Expand Down Expand Up @@ -94,7 +94,7 @@ hash = "a2470fbc25f1a7df9833c57ca6588a356da86d9ab46881e5ce0e505239943fed"

[[files]]
file = "config/servercore/config.yml"
hash = "45470505f0daa6bfe6a99027e53572bfa59bbcd0ed29b5dfbf3c6d4a5d2fcb4f"
hash = "66ebc31e17ae2501f4a29768fa05daf6222642588c1b37f50fdc5d74f7319d0c"

[[files]]
file = "config/servercore/optimizations.yml"
Expand Down Expand Up @@ -126,7 +126,7 @@ hash = "545cbe317c5146bacb9e13c7c03a605f0b6bd6e1ddaf1a05f8be8537d6f8b0ce"

[[files]]
file = "config/yosbr/options.txt"
hash = "2c2911730bd09760cc88d73eec6e7cef7cadd8454673dc073594210685f438e5"
hash = "a4e21ae852aec033c311842c2071adb73908c3606d530768a53a765312b0607d"

[[files]]
file = "mods/alternate-current.pw.toml"
Expand Down Expand Up @@ -165,7 +165,7 @@ metafile = true

[[files]]
file = "mods/bobby.pw.toml"
hash = "0a768aa2e49d6c2899c437c6d035178bee9bac03cb01e1beabec3b5671bb0775"
hash = "600154aab18728230f542bb4c3277ed72a2eb45649b0c4a07ca453ab736efc24"
metafile = true

[[files]]
Expand Down
2 changes: 1 addition & 1 deletion pack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
[index]
file = "index.toml"
hash-format = "sha256"
hash = "eb737ebfd4618cbaf4f7ff514fda6bc2744725a172699edb9e8acf4181d416c2"
hash = "2458b51e4cab86f248190bc70f8f9f1ee7b397867781006309423c440422cb99"

[versions]
fabric = "0.15.11"
Expand Down

0 comments on commit 3439d39

Please sign in to comment.