diff --git a/config/NoChatReports/NCR-Client.json b/config/yosbr/config/NoChatReports/NCR-Client.json similarity index 100% rename from config/NoChatReports/NCR-Client.json rename to config/yosbr/config/NoChatReports/NCR-Client.json diff --git a/config/yosbr/config/c2me.toml b/config/yosbr/config/c2me.toml new file mode 100644 index 0000000..f0ca277 --- /dev/null +++ b/config/yosbr/config/c2me.toml @@ -0,0 +1,13 @@ +version = 3 +globalExecutorParallelism = "1" + +[clientSideConfig] + + [clientSideConfig.modifyMaxVDConfig] + enabled = false + +[noTickViewDistance] + enabled = false + +[threadedWorldGen] + enabled = false \ No newline at end of file diff --git a/config/yosbr/config/enhanced_bes.properties b/config/yosbr/config/enhanced_bes.properties new file mode 100644 index 0000000..ccc39c5 --- /dev/null +++ b/config/yosbr/config/enhanced_bes.properties @@ -0,0 +1,4 @@ +sign_ao=true +shulker_box_ao=true +chest_ao=true +bed_ao=true diff --git a/config/yosbr/config/entityculling.json b/config/yosbr/config/entityculling.json new file mode 100644 index 0000000..d1eb7f7 --- /dev/null +++ b/config/yosbr/config/entityculling.json @@ -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 +} diff --git a/config/yosbr/config/ferritecore.mixin.properties b/config/yosbr/config/ferritecore.mixin.properties new file mode 100644 index 0000000..3cac833 --- /dev/null +++ b/config/yosbr/config/ferritecore.mixin.properties @@ -0,0 +1,10 @@ +replaceNeighborLookup = true +replacePropertyMap = true +cacheMultipartPredicates = true +modelResourceLocations = true +multipartDeduplication = true +blockstateCacheDeduplication = true +bakedQuadDeduplication = true +useSmallThreadingDetector = true +compactFastMap = false +populateNeighborTable = false diff --git a/config/yosbr/config/sodium-extra-options.json b/config/yosbr/config/sodium-extra-options.json new file mode 100644 index 0000000..863e893 --- /dev/null +++ b/config/yosbr/config/sodium-extra-options.json @@ -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" + } +} \ No newline at end of file diff --git a/config/yosbr/config/sodium-options.json b/config/yosbr/config/sodium-options.json index c734828..5eb26da 100644 --- a/config/yosbr/config/sodium-options.json +++ b/config/yosbr/config/sodium-options.json @@ -1 +1,13 @@ -{"quality":{"weather_quality":"FAST"}} \ No newline at end of file +{ + "quality": { + "weather_quality": "FAST", + "leaves_quality": "FAST" + }, + "advanced": { + "cpu_render_ahead_limit": 4 + }, + "performance": { + "always_defer_chunk_updates": true, + "use_entity_culling": false + } +} diff --git a/index.toml b/index.toml index f92e7a8..1874ff2 100644 --- a/index.toml +++ b/index.toml @@ -20,6 +20,11 @@ file = "mods/borderless-mining.pw.toml" hash = "b7ad39c3b4094f76d4e31899c662a0295c851a89819fce7f47afbab5257b39d7" metafile = true +[[files]] +file = "mods/c2me-fabric.pw.toml" +hash = "64a244469b7ce7be7e6ceabedd69d17e573a0b92d6e29c661fc6c490afa965d8" +metafile = true + [[files]] file = "mods/capes.pw.toml" hash = "ec2c437fe50a3f8ea6077215974ba9f769cb94eb29432156cbbe43137a74013f" diff --git a/mods/c2me-fabric.pw.toml b/mods/c2me-fabric.pw.toml new file mode 100644 index 0000000..4b72242 --- /dev/null +++ b/mods/c2me-fabric.pw.toml @@ -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" diff --git a/pack.toml b/pack.toml index 340a520..da3a832 100644 --- a/pack.toml +++ b/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "b6cde9a8b3714606e0d3c9a4aa54f4e1b1696d09fb38fd119017d8f712b2208a" +hash = "28bc12284bad329076031a1835f7839379eb286f02b3def7726cc62516b69601" [versions] fabric = "0.16.14"