Update config
This commit is contained in:
parent
dd900d25db
commit
d5c8cd8c41
3 changed files with 21 additions and 0 deletions
1
.github/buildtools/client_mod.txt
vendored
1
.github/buildtools/client_mod.txt
vendored
|
|
@ -17,6 +17,7 @@ clienttweaks*
|
||||||
clientcrafting*
|
clientcrafting*
|
||||||
CTM*
|
CTM*
|
||||||
Controlling*
|
Controlling*
|
||||||
|
chat_heads*
|
||||||
darkness-forge*
|
darkness-forge*
|
||||||
defaultoptions*
|
defaultoptions*
|
||||||
dynamiclights*
|
dynamiclights*
|
||||||
|
|
|
||||||
13
config/ftbqoptimizer.snbt
Normal file
13
config/ftbqoptimizer.snbt
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
# FTBQuestOptimizer config file
|
||||||
|
# If you're a modpack maker, edit defaultconfigs/ftbqoptimizer-server.snbt instead
|
||||||
|
|
||||||
|
{
|
||||||
|
# Enable optimization of quest completion detection
|
||||||
|
# Default: true
|
||||||
|
detect_optimization: true
|
||||||
|
|
||||||
|
# Number of tick skips for checking player inventories, 0 to disable tick skipping. Experiment and find the best value for you!
|
||||||
|
# Default: 5
|
||||||
|
# Range: 0 ~ 100
|
||||||
|
skip_ticks_amount: 5
|
||||||
|
}
|
||||||
7
config/packetfixer.properties
Normal file
7
config/packetfixer.properties
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
#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
|
||||||
|
nbtMaxSize=209715200
|
||||||
|
decoderSize=838860800
|
||||||
|
packetSize=104857600
|
||||||
Loading…
Add table
Add a link
Reference in a new issue