What's new:
- Added a very simple config to change the default pattern.
-
- Supported args are:
{class}
- The full class name.{method}
- The calling method.{simpleClass}
- The simple class name. (without the package){methodParams}
- Simple method parameter array.{methodReturnType}
- The return type of the method.
- The new default pattern is
[{simpleClass}#{method}] {message}
-
- The old one is
[{class}#{method}] {message}
- The old one is
- Fixed issues on Connector.
- Updated Dark Matter
What's new:
- Better Mixin handling. Now
net.minecraft
is replaced by the mixin class if the method was injected. -
- These can get hilariously long:
-
[de.keksuccino.drippyloadingscreen.mixin.mixins.client.MixinLoadingOverlay#handler$enb000$drippyloadingscreen$onConstruct]
-
[net.mehvahdjukaar.supplementaries.mixins.SheetsClassloadingFixHackMixin#handler$mnf000$supplementaries$whyDoIHaveToDoThis]
- Added 2 more checks, 1. If class name ends with
Logging
2. If a method is calledlog
.