The bug
If one attempts to eat just as they near the dimension jump, an error gets printed to the game log as soon as eating has finished. This can be accompanied by a minor stutter and delay of the 'finished eating' sound.
This error only seems to be related to the Nether transition, as I could not replicate it with End portals or teleporting after dying in a dimension.
[media]Error executing task on Client
java.lang.IllegalArgumentException: Invalid hand null
at atu.b(SourceFile:1897)
at atu.s(SourceFile:3065)
at bke.a(SourceFile:486)
at emm.a(SourceFile:497)
at ejj.a(SourceFile:884)
at qp.a(SourceFile:33)
at qp.a(SourceFile:11)
at pm.a(SourceFile:21)
at aqv.c(SourceFile:151)
at aqz.c(SourceFile:23)
at aqv.z(SourceFile:125)
at aqv.bq(SourceFile:110)
at dvp.f(SourceFile:1075)
at dvp.e(SourceFile:728)
at net.minecraft.client.main.Main.main(SourceFile:217)
Attachments
Comments 6
This is my first time seeing a deobfuscation map, but it appears that atu.b
is net.minecraft.world.entity.LivingEntity.SPEED_MODIFIER_SPRINTING_UUID
.
Can confirm. Attached the whole log as well as the relevant segment, I had to remove my resource pack to make sure it wasn't causing the issue. It wasn't.