Added FPS Modpack mods and configurations
This commit is contained in:
parent
892cf4ea15
commit
99568dd654
10 changed files with 143 additions and 2 deletions
13
config/yosbr/config/c2me.toml
Normal file
13
config/yosbr/config/c2me.toml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
version = 3
|
||||
globalExecutorParallelism = "1"
|
||||
|
||||
[clientSideConfig]
|
||||
|
||||
[clientSideConfig.modifyMaxVDConfig]
|
||||
enabled = false
|
||||
|
||||
[noTickViewDistance]
|
||||
enabled = false
|
||||
|
||||
[threadedWorldGen]
|
||||
enabled = false
|
||||
4
config/yosbr/config/enhanced_bes.properties
Normal file
4
config/yosbr/config/enhanced_bes.properties
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
sign_ao=true
|
||||
shulker_box_ao=true
|
||||
chest_ao=true
|
||||
bed_ao=true
|
||||
14
config/yosbr/config/entityculling.json
Normal file
14
config/yosbr/config/entityculling.json
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"configVersion": 5,
|
||||
"renderNametagsThroughWalls": true,
|
||||
"blockEntityWhitelist": ["minecraft:beacon"],
|
||||
"entityWhitelist": [""],
|
||||
"tracingDistance": 128,
|
||||
"debugMode": false,
|
||||
"sleepDelay": 125,
|
||||
"hitboxLimit": 80,
|
||||
"skipMarkerArmorStands": true,
|
||||
"tickCulling": true,
|
||||
"tickCullingWhitelist": ["minecraft:boat", "minecraft:firework_rocket"],
|
||||
"disableF3": true
|
||||
}
|
||||
10
config/yosbr/config/ferritecore.mixin.properties
Normal file
10
config/yosbr/config/ferritecore.mixin.properties
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
replaceNeighborLookup = true
|
||||
replacePropertyMap = true
|
||||
cacheMultipartPredicates = true
|
||||
modelResourceLocations = true
|
||||
multipartDeduplication = true
|
||||
blockstateCacheDeduplication = true
|
||||
bakedQuadDeduplication = true
|
||||
useSmallThreadingDetector = true
|
||||
compactFastMap = false
|
||||
populateNeighborTable = false
|
||||
70
config/yosbr/config/sodium-extra-options.json
Normal file
70
config/yosbr/config/sodium-extra-options.json
Normal file
|
|
@ -0,0 +1,70 @@
|
|||
{
|
||||
"animation_settings": {
|
||||
"animation": true,
|
||||
"water": true,
|
||||
"lava": true,
|
||||
"fire": true,
|
||||
"portal": false,
|
||||
"block_animations": true,
|
||||
"sculk_sensor": true
|
||||
},
|
||||
"particle_settings": {
|
||||
"particles": false,
|
||||
"rain_splash": true,
|
||||
"block_break": true,
|
||||
"block_breaking": true,
|
||||
"other": {}
|
||||
},
|
||||
"detail_settings": {
|
||||
"sky": true,
|
||||
"sun_moon": true,
|
||||
"stars": true,
|
||||
"rain_snow": true,
|
||||
"biome_colors": false,
|
||||
"sky_colors": false
|
||||
},
|
||||
"render_settings": {
|
||||
"fog_distance": 0,
|
||||
"fog_start": 100,
|
||||
"multi_dimension_fog_control": false,
|
||||
"dimensionFogDistance": {
|
||||
"minecraft:overworld": 0
|
||||
},
|
||||
"use_linear_flat_color_blender": false,
|
||||
"light_updates": true,
|
||||
"item_frame": true,
|
||||
"armor_stand": true,
|
||||
"painting": true,
|
||||
"piston": true,
|
||||
"beacon_beam": true,
|
||||
"enchanting_table_book": true,
|
||||
"item_frame_name_tag": true,
|
||||
"player_name_tag": true
|
||||
},
|
||||
"extra_settings": {
|
||||
"overlay_corner": "TOP_LEFT",
|
||||
"text_contrast": "BACKGROUND",
|
||||
"show_fps": false,
|
||||
"show_f_p_s_extended": true,
|
||||
"show_coords": false,
|
||||
"reduce_resolution_on_mac": true,
|
||||
"use_adaptive_sync": false,
|
||||
"cloud_height": 192,
|
||||
"toasts": false,
|
||||
"advancement_toast": false,
|
||||
"recipe_toast": false,
|
||||
"system_toast": false,
|
||||
"tutorial_toast": false,
|
||||
"instant_sneak": false,
|
||||
"prevent_shaders": false
|
||||
},
|
||||
"notification_settings": {
|
||||
"hide_r_s_o_recommendation": false
|
||||
},
|
||||
"super_secret_settings": {
|
||||
"fetch_sodium_extra_crowdin_translations": false,
|
||||
"sodium_extra_crowdin_project_identifier": "sodium-extra",
|
||||
"fetch_sodium_crowdin_translations": false,
|
||||
"sodium_crowdin_project_identifier": "sodium-fabric"
|
||||
}
|
||||
}
|
||||
|
|
@ -1 +1,13 @@
|
|||
{"quality":{"weather_quality":"FAST"}}
|
||||
{
|
||||
"quality": {
|
||||
"weather_quality": "FAST",
|
||||
"leaves_quality": "FAST"
|
||||
},
|
||||
"advanced": {
|
||||
"cpu_render_ahead_limit": 4
|
||||
},
|
||||
"performance": {
|
||||
"always_defer_chunk_updates": true,
|
||||
"use_entity_culling": false
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue