mcserver/instances/forge-1.20.1-survival/runtime/data/config/packetfixer.properties
JaniSoto 2dcbbd4753 fix(forge-1.20.1): sync options via AutoModpack and restore standard keybinds
- Relocate options.txt to host-modpack root and configure AutoModpack sync with allowEditsInFiles
- Standardize default keybindings in keybindings.txt (Left Shift = Crouch, Left Control = Sprint)
- Remove options.txt from defaultoptions payload to resolve early-boot graphics init race condition
- Update runtime configuration for packetfixer
- Update instance README.md, mod-configs.md, runbook scp targets, and releases endpoint URL
2026-08-16 16:10:46 +00:00

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 16:04:04 UTC 2026
chunkPacketData=2097152
varLong=10
nbtMaxSize=2097152
allSizesUnlimited=true
forceUnlimitedNbtEnabled=false
decoderSize=8388608
packetSize=1048576
stringSize=32767
timeout=120
varInt21=3
varInt=5