- Move default keybindings to config/defaultoptions/keybindings.txt for modern Default Options mod compatibility - Remove root options.txt from AutoModpack host folder to prevent wiping player audio, graphics, and FOV preferences on boot - Strip key_ lines from config/defaultoptions/options.txt to leave clean first-launch defaults - Update instance README, mod-configs matrix, and operations manual to document the two-file default options architecture
15 lines
473 B
Properties
Executable file
15 lines
473 B
Properties
Executable file
#Packet Fixer config file.
|
|
#Default values (minecraft default): nbtMaxSize 2097152, packetSize 1048576, decoderSize 8388608 and varInt21Size 3.
|
|
#Max values are 2147483647 for packetSize/decoderSize/varInt21 and 9223372036854775807 for nbtMaxSize.
|
|
#Sun Aug 16 06:30:35 UTC 2026
|
|
chunkPacketData=2097152
|
|
varLong=10
|
|
nbtMaxSize=2097152
|
|
allSizesUnlimited=true
|
|
forceUnlimitedNbtEnabled=false
|
|
decoderSize=8388608
|
|
packetSize=1048576
|
|
stringSize=32767
|
|
timeout=120
|
|
varInt21=3
|
|
varInt=5
|