diff --git a/config/ae2/client.json b/config/ae2/client.json index 73926fc5a..5def997ef 100644 --- a/config/ae2/client.json +++ b/config/ae2/client.json @@ -27,8 +27,6 @@ "pinAutoCraftedItems": true }, "search": { - "searchTooltips_comment": "Should tooltips be searched. Performance impact", - "searchTooltips": true, "searchModNameInTooltips_comment": "Should the mod name be included when searching in tooltips.", "searchModNameInTooltips": false, "useExternalSearch_comment": "Replaces AEs own search with the search of REI or JEI", diff --git a/config/craftpresence.json b/config/craftpresence.json index 15bbf56e9..0587c798c 100644 --- a/config/craftpresence.json +++ b/config/craftpresence.json @@ -59,6 +59,9 @@ }, "singleplayerData": { "textOverride": "Playing Singleplayer" + }, + "realmData": { + "textOverride": "Playing on {server.motd.raw}" } }, "advancedSettings": { @@ -98,7 +101,8 @@ "serverIconEndpoint": "https://api.mcsrvstat.us/icon/{server.address.short}", "playerSkinEndpoint": "https://mc-heads.net/avatar/{getOrDefault(player.uuid.short, player.name)}", "allowDuplicatePackets": false, - "maxConnectionAttempts": 10 + "maxConnectionAttempts": 10, + "enableClassGraph": false }, "accessibilitySettings": { "tooltipBackground": { diff --git a/config/firstperson.json b/config/firstperson.json index 254239560..01ea2a863 100644 --- a/config/firstperson.json +++ b/config/firstperson.json @@ -7,6 +7,7 @@ "renderStuckFeatures": true, "vanillaHandsMode": "OFF", "dynamicMode": true, + "vanillaHandsSkipSwimming": true, "autoVanillaHands": [], "autoToggleModItems": [ "exposure:camera" diff --git a/config/inventoryhud-client.toml b/config/inventoryhud-client.toml index 87403a615..3964470b7 100644 --- a/config/inventoryhud-client.toml +++ b/config/inventoryhud-client.toml @@ -217,7 +217,7 @@ #Notification settings [notification] #Last notified mod version - lastNotifiedVersion = "11.1.0" + lastNotifiedVersion = "3.4.22" #Notify more than once keepNotifying = true diff --git a/config/jei/jei-client.ini b/config/jei/jei-client.ini index 12d95492e..b0fbe9a60 100644 --- a/config/jei/jei-client.ini +++ b/config/jei/jei-client.ini @@ -14,11 +14,6 @@ # Default Value: true CatchRenderErrorsEnabled = true - # Description: Catch render errors from tooltips and attempt to recover from them instead of crashing. - # Valid Values: [true, false] - # Default Value: true - CatchTooltipErrorsEnabled = true - # Description: Enable cheating items into the hotbar by using the shift+number keys. # Valid Values: [true, false] # Default Value: false diff --git a/config/modernfix-mixins.properties b/config/modernfix-mixins.properties index d3763bd69..3986f867a 100644 --- a/config/modernfix-mixins.properties +++ b/config/modernfix-mixins.properties @@ -26,11 +26,13 @@ # mixin.bugfix.paper_chunk_patches=true # (default) # mixin.bugfix.recipe_book_type_desync=true # (default) # mixin.bugfix.removed_dimensions=true # (default) +# mixin.bugfix.restore_old_dragon_movement=false # (default) # mixin.bugfix.unsafe_modded_shape_caches=true # (default) # mixin.bugfix.world_leaks=true # (default) # mixin.bugfix.world_screen_skipped=true # (default) # mixin.devenv=false # (default) # mixin.feature.branding=true # (default) +# mixin.feature.cause_lag_by_disabling_threads=false # (default) # mixin.feature.direct_stack_trace=false # (default) # mixin.feature.disable_unihex_font=false # (default) # mixin.feature.integrated_server_watchdog=true # (default) @@ -44,6 +46,7 @@ # mixin.feature.warn_missing_perf_mods=true # (default) # mixin.launch.class_search_cache=true # (default) # mixin.perf.blast_search_trees=true # (default) +# mixin.perf.blast_search_trees.force=false # (default) # mixin.perf.cache_blockstate_cache_arrays=true # (default) # mixin.perf.cache_model_materials=true # (default) # mixin.perf.cache_profile_texture_url=true # (default) @@ -67,6 +70,7 @@ # mixin.perf.fast_forge_dummies=true # (default) # mixin.perf.fast_registry_validation=true # (default) # mixin.perf.faster_item_rendering=false # (default) +# mixin.perf.faster_structure_location=true # (default) # mixin.perf.faster_texture_stitching=true # (default) # mixin.perf.fix_loop_spin_waiting=true # (default) # mixin.perf.forge_cap_retrieval=true # (default) @@ -86,6 +90,7 @@ # mixin.perf.tag_id_caching=true # (default) # mixin.perf.thread_priorities=false # (overridden for mod compat) # mixin.perf.ticking_chunk_alloc=true # (default) +# mixin.perf.worldgen_allocation=false # (default) # mixin.safety=true # (default) # # User overrides go here. diff --git a/config/packetfixer.properties b/config/packetfixer.properties index aef18f342..7c6a1ae74 100644 --- a/config/packetfixer.properties +++ b/config/packetfixer.properties @@ -1,7 +1,8 @@ #Packet Fixer config file. -#Default values (minecraft default): nbtMaxSize 2097152, packetSize 1048576 and decoderSize 2097152. -#Max values are 2147483647 for packetSize/decoderSize and 9223372036854775807 for nbtMaxSize. -#Mon May 27 00:20:51 YEKT 2024 +#Default values (minecraft default): nbtMaxSize 2097152, packetSize 1048576, decoderSize 2097152 and varInt21Size 3. +#Max values are 2147483647 for packetSize/decoderSize/varInt21 and 9223372036854775807 for nbtMaxSize. +#Tue Jun 25 03:00:39 YEKT 2024 nbtMaxSize=209715200 decoderSize=838860800 packetSize=104857600 +varInt21=8