Psi

Psi

45M Downloads

Broken usage of ObfuscationReflectionHelper

malte0811 opened this issue ยท 1 comments

commented

https://github.com/Vazkii/Psi/blob/14b3a866ffca67dcfac02fcde73cc764d38590e2/src/main/java/vazkii/psi/client/core/proxy/ClientProxy.java#L98
ObfuscationReflectionHelper#getPrivateValue needs the unmapped/SRG name, not the mapped name. Noticed the error in the client log on ForgeCraft 1.

commented

I'm surprised it only blew up now, a temporary fix has been released, but a move to mixin is probably happening