LlamaLad7 / MixinExtras

Companion library to SpongePowered Mixin with many custom injectors for a more expressive experience.
MIT License
309 stars 17 forks source link

Unable to find matching local #71

Closed mathisHeidrich closed 8 months ago

mathisHeidrich commented 8 months ago

I can't figure out how to capture the local variables.

ExampleMixin.java.txt crash-2024-01-25_22.09.16-server.txt

I appreciate your help!

LlamaLad7 commented 8 months ago

You can use @Local(print = true) to print the locals. For any further questions about specific scenarios i suggest asking in the relevant discord servers.