Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config/versionchanger.json5
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
version: "1.3.3 Console-idated"
version: "1.3.4 Console-idated"
}
76 changes: 76 additions & 0 deletions config/yosbr/config/badoptimizations.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
# BadOptimizations configuration
# Here you can configure stuff, mostly enabling/disabling specific optimizations.

# Whether we should cancel updating the lightmap if not needed.
enable_lightmap_caching: true
# How much the in-game time must change in ticks (1/20th of a second)
# for the lightmap to immediately update.
# Higher values will result in less frequent updates
# to block lighting, but better performance.
# Values below 2 will disable hte optimization.
lightmap_time_change_needed_for_update: 20

# Whether the sky's color should be cached unless you're on a biome border.
enable_sky_color_caching: true
# How much the in-game time must change in ticks for the sky color to
# be recalculated with our own calculation. Higher values will result in
# the sky updating less frequently, but slightly better performance.
# Values below 2 will all have the same effect.
skycolor_time_change_needed_for_update: 3

# Whether we should avoid calling debug renderers
# and their calculations if there are no debug entries to render
enable_debug_renderer_disable_if_not_needed: true

#
# Micro optimizations
#

# Whether we should avoid calling the particle manager
# and its calculations if there are no particles.
enable_particle_manager_optimization: true
# Whether we should avoid calling the toast manager
# if there are no toasts
enable_toast_optimizations: true
# Whether the result of getSkyAngle should be cached
# for the entire frame during rendering
enable_sky_angle_caching_in_worldrenderer: true
# Whether entity renderers should be stored directly in EntityType
# instead of a HashMap.
# Disable to fix compatibility with Twilight Forest
enable_entity_renderer_caching: true
# Whether block entity renderers should be stored in BlockEntityType
# instead of a HashMap.
enable_block_entity_renderer_caching: true
# Whether entity flags should be cached instead of calling DataTracker.
# Also removes the unnecessary thread lock in DataTracker
# however this is also done by Lithium (they don't conflict, however).
# This has no effect in 1.20.5+!
enable_entity_flag_caching: true
# Whether we should avoid calling FOV calculations
# if the FOV effect scale is zero.
enable_remove_redundant_fov_calculations: true
# Don't tick the tutorial if the game is not in demo mode.
enable_remove_tutorial_if_not_demo: true

#
# Other
#

# Whether BadOptimizations <version> should be added onto
# the left text of the F3 menu.
show_f3_text: true

# Some config options will be force-disabled if certain mods are present
# due to incompatibilities (e.g. entity rendering caching
# is disabled w/ Twilight Forest).
# However, if you still want to use the optimizations, you can override it
# by setting this to true. Beware of crashes. And Herobrine.
ignore_mod_incompatibilities: false

# Whether to log the entire config into console when booting up.
# If you plan on reporting an issue, please keep this on.
log_config: true

# Do not change this
config_version: 3
7 changes: 0 additions & 7 deletions config/yosbr/config/balm-common.out.toml

This file was deleted.

20 changes: 0 additions & 20 deletions config/yosbr/config/balm-common.toml

This file was deleted.

3 changes: 0 additions & 3 deletions config/yosbr/config/citresewn-defaults.json

This file was deleted.

8 changes: 0 additions & 8 deletions config/yosbr/config/citresewn.json

This file was deleted.

7 changes: 0 additions & 7 deletions config/yosbr/config/defaultoptions-common.toml

This file was deleted.

14 changes: 14 additions & 0 deletions config/yosbr/config/dynamic_fps.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"states": {
"unfocused": {
"frame_rate_target": 2,
"run_garbage_collector": true
},
"invisible": {
"volume_multipliers": {
"master": 0.25
},
"run_garbage_collector": true
}
}
}
40 changes: 3 additions & 37 deletions config/yosbr/config/entityculling.json
Original file line number Diff line number Diff line change
@@ -1,38 +1,4 @@
{
"configVersion": 6,
"renderNametagsThroughWalls": true,
"blockEntityWhitelist": [
"create:rope_pulley",
"botania:flame_ring",
"minecraft:beacon",
"create:hose_pulley",
"betterend:eternal_pedestal",
"botania:magic_missile",
"botania:falling_star"
],
"entityWhitelist": [
"botania:mana_burst",
"drg_flares:drg_flares"
],
"tracingDistance": 128,
"debugMode": false,
"sleepDelay": 10,
"hitboxLimit": 50,
"skipMarkerArmorStands": true,
"tickCulling": true,
"tickCullingWhitelist": [
"create:contraption",
"create:stationary_contraption",
"create:gantry_contraption",
"minecraft:boat",
"mts:builder_seat",
"minecraft:firework_rocket",
"create:carriage_contraption",
"mts:builder_rendering",
"drg_flares:drg_flares",
"mts:builder_existing"
],
"disableF3": false,
"skipEntityCulling": false,
"skipBlockEntityCulling": false
}
"sleepDelay": 70,
"hitboxLimit": 65
}
4 changes: 0 additions & 4 deletions config/yosbr/config/glsl_panorama.json

This file was deleted.

8 changes: 0 additions & 8 deletions config/yosbr/config/indium-renderer.properties

This file was deleted.

3 changes: 0 additions & 3 deletions config/yosbr/config/libjf-config-core-v2.json5

This file was deleted.

5 changes: 0 additions & 5 deletions config/yosbr/config/libjf-translate-v1.json5

This file was deleted.

7 changes: 0 additions & 7 deletions config/yosbr/config/libjf-web-v1.json5

This file was deleted.

11 changes: 0 additions & 11 deletions config/yosbr/config/mainmenuchanger.json

This file was deleted.

86 changes: 0 additions & 86 deletions config/yosbr/config/midnightcontrols.json

This file was deleted.

4 changes: 0 additions & 4 deletions config/yosbr/config/midnightlib.json

This file was deleted.

Empty file.
14 changes: 0 additions & 14 deletions config/yosbr/config/rrls.toml

This file was deleted.

13 changes: 0 additions & 13 deletions config/yosbr/config/smoothboot.json

This file was deleted.

1 change: 0 additions & 1 deletion config/yosbr/config/sodium-fingerprint.json

This file was deleted.

8 changes: 8 additions & 0 deletions config/yosbr/config/threadtweak.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"threadPriority": {
"game": 8,
"main": 3,
"io": 5,
"integratedServer": 8
}
}
4 changes: 0 additions & 4 deletions config/yosbr/config/tr7zwDonorSettings.json

This file was deleted.

1 change: 0 additions & 1 deletion config/yosbr/config/world-host-friends.json

This file was deleted.

Loading