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
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
||||||
|
|
@ -20,6 +20,11 @@ file = "mods/borderless-mining.pw.toml"
|
||||||
hash = "b7ad39c3b4094f76d4e31899c662a0295c851a89819fce7f47afbab5257b39d7"
|
hash = "b7ad39c3b4094f76d4e31899c662a0295c851a89819fce7f47afbab5257b39d7"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/c2me-fabric.pw.toml"
|
||||||
|
hash = "64a244469b7ce7be7e6ceabedd69d17e573a0b92d6e29c661fc6c490afa965d8"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/capes.pw.toml"
|
file = "mods/capes.pw.toml"
|
||||||
hash = "ec2c437fe50a3f8ea6077215974ba9f769cb94eb29432156cbbe43137a74013f"
|
hash = "ec2c437fe50a3f8ea6077215974ba9f769cb94eb29432156cbbe43137a74013f"
|
||||||
|
|
|
||||||
13
mods/c2me-fabric.pw.toml
Normal file
13
mods/c2me-fabric.pw.toml
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Concurrent Chunk Management Engine (Fabric)"
|
||||||
|
filename = "c2me-fabric-mc1.20.1-0.2.0+alpha.11.16.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/VSNURh3q/versions/s4WOiNtz/c2me-fabric-mc1.20.1-0.2.0%2Balpha.11.16.jar"
|
||||||
|
hash-format = "sha512"
|
||||||
|
hash = "359c715fd6a0464192d36b4d9dbb7927776eaae498f0cab939b49740fc724bda83aaf4f069f395dc5975d1e82762ee3b602111d9375eb27ab6f5360c4b17f2ff"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "VSNURh3q"
|
||||||
|
version = "s4WOiNtz"
|
||||||
|
|
@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
|
||||||
[index]
|
[index]
|
||||||
file = "index.toml"
|
file = "index.toml"
|
||||||
hash-format = "sha256"
|
hash-format = "sha256"
|
||||||
hash = "b6cde9a8b3714606e0d3c9a4aa54f4e1b1696d09fb38fd119017d8f712b2208a"
|
hash = "28bc12284bad329076031a1835f7839379eb286f02b3def7726cc62516b69601"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
fabric = "0.16.14"
|
fabric = "0.16.14"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue