From 3a254a2fbf13b94b91fcbfa87f37d9cfb3160c83 Mon Sep 17 00:00:00 2001 From: Xikaro <0regon.end@gmail.com> Date: Mon, 30 Sep 2024 23:38:18 +0500 Subject: [PATCH] update: config --- config/exposure-client.toml | 6 ++++++ config/packetfixer.properties | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/config/exposure-client.toml b/config/exposure-client.toml index 918bda75a..d950db044 100644 --- a/config/exposure-client.toml +++ b/config/exposure-client.toml @@ -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 diff --git a/config/packetfixer.properties b/config/packetfixer.properties index 9f72e0286..fae0cdfe4 100644 --- a/config/packetfixer.properties +++ b/config/packetfixer.properties @@ -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