Update config
This commit is contained in:
parent
1e228beac3
commit
5eacbedd13
7 changed files with 16 additions and 12 deletions
|
|
@ -27,8 +27,6 @@
|
||||||
"pinAutoCraftedItems": true
|
"pinAutoCraftedItems": true
|
||||||
},
|
},
|
||||||
"search": {
|
"search": {
|
||||||
"searchTooltips_comment": "Should tooltips be searched. Performance impact",
|
|
||||||
"searchTooltips": true,
|
|
||||||
"searchModNameInTooltips_comment": "Should the mod name be included when searching in tooltips.",
|
"searchModNameInTooltips_comment": "Should the mod name be included when searching in tooltips.",
|
||||||
"searchModNameInTooltips": false,
|
"searchModNameInTooltips": false,
|
||||||
"useExternalSearch_comment": "Replaces AEs own search with the search of REI or JEI",
|
"useExternalSearch_comment": "Replaces AEs own search with the search of REI or JEI",
|
||||||
|
|
|
||||||
|
|
@ -59,6 +59,9 @@
|
||||||
},
|
},
|
||||||
"singleplayerData": {
|
"singleplayerData": {
|
||||||
"textOverride": "Playing Singleplayer"
|
"textOverride": "Playing Singleplayer"
|
||||||
|
},
|
||||||
|
"realmData": {
|
||||||
|
"textOverride": "Playing on {server.motd.raw}"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"advancedSettings": {
|
"advancedSettings": {
|
||||||
|
|
@ -98,7 +101,8 @@
|
||||||
"serverIconEndpoint": "https://api.mcsrvstat.us/icon/{server.address.short}",
|
"serverIconEndpoint": "https://api.mcsrvstat.us/icon/{server.address.short}",
|
||||||
"playerSkinEndpoint": "https://mc-heads.net/avatar/{getOrDefault(player.uuid.short, player.name)}",
|
"playerSkinEndpoint": "https://mc-heads.net/avatar/{getOrDefault(player.uuid.short, player.name)}",
|
||||||
"allowDuplicatePackets": false,
|
"allowDuplicatePackets": false,
|
||||||
"maxConnectionAttempts": 10
|
"maxConnectionAttempts": 10,
|
||||||
|
"enableClassGraph": false
|
||||||
},
|
},
|
||||||
"accessibilitySettings": {
|
"accessibilitySettings": {
|
||||||
"tooltipBackground": {
|
"tooltipBackground": {
|
||||||
|
|
|
||||||
|
|
@ -7,6 +7,7 @@
|
||||||
"renderStuckFeatures": true,
|
"renderStuckFeatures": true,
|
||||||
"vanillaHandsMode": "OFF",
|
"vanillaHandsMode": "OFF",
|
||||||
"dynamicMode": true,
|
"dynamicMode": true,
|
||||||
|
"vanillaHandsSkipSwimming": true,
|
||||||
"autoVanillaHands": [],
|
"autoVanillaHands": [],
|
||||||
"autoToggleModItems": [
|
"autoToggleModItems": [
|
||||||
"exposure:camera"
|
"exposure:camera"
|
||||||
|
|
|
||||||
|
|
@ -217,7 +217,7 @@
|
||||||
#Notification settings
|
#Notification settings
|
||||||
[notification]
|
[notification]
|
||||||
#Last notified mod version
|
#Last notified mod version
|
||||||
lastNotifiedVersion = "11.1.0"
|
lastNotifiedVersion = "3.4.22"
|
||||||
#Notify more than once
|
#Notify more than once
|
||||||
keepNotifying = true
|
keepNotifying = true
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -14,11 +14,6 @@
|
||||||
# Default Value: true
|
# Default Value: true
|
||||||
CatchRenderErrorsEnabled = 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.
|
# Description: Enable cheating items into the hotbar by using the shift+number keys.
|
||||||
# Valid Values: [true, false]
|
# Valid Values: [true, false]
|
||||||
# Default Value: false
|
# Default Value: false
|
||||||
|
|
|
||||||
|
|
@ -26,11 +26,13 @@
|
||||||
# mixin.bugfix.paper_chunk_patches=true # (default)
|
# mixin.bugfix.paper_chunk_patches=true # (default)
|
||||||
# mixin.bugfix.recipe_book_type_desync=true # (default)
|
# mixin.bugfix.recipe_book_type_desync=true # (default)
|
||||||
# mixin.bugfix.removed_dimensions=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.unsafe_modded_shape_caches=true # (default)
|
||||||
# mixin.bugfix.world_leaks=true # (default)
|
# mixin.bugfix.world_leaks=true # (default)
|
||||||
# mixin.bugfix.world_screen_skipped=true # (default)
|
# mixin.bugfix.world_screen_skipped=true # (default)
|
||||||
# mixin.devenv=false # (default)
|
# mixin.devenv=false # (default)
|
||||||
# mixin.feature.branding=true # (default)
|
# mixin.feature.branding=true # (default)
|
||||||
|
# mixin.feature.cause_lag_by_disabling_threads=false # (default)
|
||||||
# mixin.feature.direct_stack_trace=false # (default)
|
# mixin.feature.direct_stack_trace=false # (default)
|
||||||
# mixin.feature.disable_unihex_font=false # (default)
|
# mixin.feature.disable_unihex_font=false # (default)
|
||||||
# mixin.feature.integrated_server_watchdog=true # (default)
|
# mixin.feature.integrated_server_watchdog=true # (default)
|
||||||
|
|
@ -44,6 +46,7 @@
|
||||||
# mixin.feature.warn_missing_perf_mods=true # (default)
|
# mixin.feature.warn_missing_perf_mods=true # (default)
|
||||||
# mixin.launch.class_search_cache=true # (default)
|
# mixin.launch.class_search_cache=true # (default)
|
||||||
# mixin.perf.blast_search_trees=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_blockstate_cache_arrays=true # (default)
|
||||||
# mixin.perf.cache_model_materials=true # (default)
|
# mixin.perf.cache_model_materials=true # (default)
|
||||||
# mixin.perf.cache_profile_texture_url=true # (default)
|
# mixin.perf.cache_profile_texture_url=true # (default)
|
||||||
|
|
@ -67,6 +70,7 @@
|
||||||
# mixin.perf.fast_forge_dummies=true # (default)
|
# mixin.perf.fast_forge_dummies=true # (default)
|
||||||
# mixin.perf.fast_registry_validation=true # (default)
|
# mixin.perf.fast_registry_validation=true # (default)
|
||||||
# mixin.perf.faster_item_rendering=false # (default)
|
# mixin.perf.faster_item_rendering=false # (default)
|
||||||
|
# mixin.perf.faster_structure_location=true # (default)
|
||||||
# mixin.perf.faster_texture_stitching=true # (default)
|
# mixin.perf.faster_texture_stitching=true # (default)
|
||||||
# mixin.perf.fix_loop_spin_waiting=true # (default)
|
# mixin.perf.fix_loop_spin_waiting=true # (default)
|
||||||
# mixin.perf.forge_cap_retrieval=true # (default)
|
# mixin.perf.forge_cap_retrieval=true # (default)
|
||||||
|
|
@ -86,6 +90,7 @@
|
||||||
# mixin.perf.tag_id_caching=true # (default)
|
# mixin.perf.tag_id_caching=true # (default)
|
||||||
# mixin.perf.thread_priorities=false # (overridden for mod compat)
|
# mixin.perf.thread_priorities=false # (overridden for mod compat)
|
||||||
# mixin.perf.ticking_chunk_alloc=true # (default)
|
# mixin.perf.ticking_chunk_alloc=true # (default)
|
||||||
|
# mixin.perf.worldgen_allocation=false # (default)
|
||||||
# mixin.safety=true # (default)
|
# mixin.safety=true # (default)
|
||||||
#
|
#
|
||||||
# User overrides go here.
|
# User overrides go here.
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,8 @@
|
||||||
#Packet Fixer config file.
|
#Packet Fixer config file.
|
||||||
#Default values (minecraft default): nbtMaxSize 2097152, packetSize 1048576 and decoderSize 2097152.
|
#Default values (minecraft default): nbtMaxSize 2097152, packetSize 1048576, decoderSize 2097152 and varInt21Size 3.
|
||||||
#Max values are 2147483647 for packetSize/decoderSize and 9223372036854775807 for nbtMaxSize.
|
#Max values are 2147483647 for packetSize/decoderSize/varInt21 and 9223372036854775807 for nbtMaxSize.
|
||||||
#Mon May 27 00:20:51 YEKT 2024
|
#Tue Jun 25 03:00:39 YEKT 2024
|
||||||
nbtMaxSize=209715200
|
nbtMaxSize=209715200
|
||||||
decoderSize=838860800
|
decoderSize=838860800
|
||||||
packetSize=104857600
|
packetSize=104857600
|
||||||
|
varInt21=8
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue