GeckoLib

GeckoLib

146M Downloads

Obfuscation errors?

lilypuree opened this issue ยท 1 comments

commented

AnimatedEntityModel.java implements render() and setRotationAngles() obviously, but the bytecode doesn't match the source. Those methods are obfuscated when I look at the bytecode. So when I try to extend that class, It says that I still have to implement the said methods.

commented

https://gist.github.com/lilypuree/59cb9b44d4eb608b2f8039b7425b905d
Here's the error when I launch geckolib in a dev environment