We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hexal implements macros by mixing into CastingVM.queueExecuteAndWrapIota, which is not called by HexDebug:
https://github.com/Talia-12/Hexal/blob/f0260742e7191ac295762ecd8c2a623676f2dde8/Common/src/main/java/ram/talia/hexal/mixin/MixinCastingVM.java
If Hexal is installed, we should do similar logic somewhere to expand macros drawn in the evaluator.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hexal implements macros by mixing into CastingVM.queueExecuteAndWrapIota, which is not called by HexDebug:
https://github.com/Talia-12/Hexal/blob/f0260742e7191ac295762ecd8c2a623676f2dde8/Common/src/main/java/ram/talia/hexal/mixin/MixinCastingVM.java
If Hexal is installed, we should do similar logic somewhere to expand macros drawn in the evaluator.
The text was updated successfully, but these errors were encountered: