update: config

This commit is contained in:
Xikaro 2024-09-30 23:38:18 +05:00
parent 685d80f435
commit 3a254a2fbf
2 changed files with 7 additions and 1 deletions

View file

@ -60,8 +60,14 @@
#Note: this number may not relate to distance in blocks exactly. It's influenced by onRender distance and entity distance settings.
#Range: 8 ~ 128
PhotographFrameCullingDistance = 64
#Projected photographs (using Interplanar Projector) made by other players will not be rendered.
HideProjectedPhotographsMadeByOthers = false
#All photographs made by other players will not be rendered.
HideAllPhotographsMadeByOthers = false
[Integration]
#Useful information about some items will be shown in JEI description category. Default: true
JeiInformation = true
#[Real Camera] Disable player model rendering when looking through viewfinder. Default: true
RealCameraDisableInViewfinder = true

View file

@ -1,7 +1,7 @@
#Packet Fixer config file.
#Default values (minecraft default): nbtMaxSize 2097152, packetSize 1048576, decoderSize 2097152 and varInt21Size 3.
#Max values are 2147483647 for packetSize/decoderSize/varInt21 and 9223372036854775807 for nbtMaxSize.
#Mon Sep 30 21:59:36 YEKT 2024
#Mon Sep 30 23:09:25 YEKT 2024
nbtMaxSize=209715200
decoderSize=838860800
packetSize=104857600