Exposure mod crashes when receiving capture_start packet
SHTLUOLEI opened this issue ยท 1 comments
win11 x64 java21
Minecraft version: 1.21.1
NeoForge version: 21.1.172
Exposure version: exposure-neoforge-1.21.1-1.9.9.jar
When using the Exposure mod on NeoForge 1.21.1, the client crashes immediately after taking a photo using the camera. The crash happens during packet decoding, specifically when handling the exposure:capture_start custom payload.
The log indicates a decoding failure due to receiving a numeric value instead of the expected NBT CompoundTag, which breaks decoding logic inside CaptureParameters$1.decode.