Add fabric backend server

This commit is contained in:
2025-03-18 01:13:08 +00:00
parent c36b688cc1
commit 992128c36e
21 changed files with 1302 additions and 8 deletions

View File

@@ -0,0 +1,13 @@
#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.
#Mon Mar 17 00:50:58 UTC 2025
allSizesUnlimited=true
chunkPacketData=2097152
decoderSize=8388608
nbtMaxSize=2097152
packetSize=1048576
timeout=90
varInt=5
varInt21=3
varLong=10