Jason Penilla
Jason Penilla
The repack project is published, but it doesn't use the publishing conventions as I didn't want to configure crossdoc (or really even enable the Javadoc jar) for it. Even if...
Fixed by 405a054db44e4f3eed9ed231c8b715ffb29c81cf 4dfcf5044dc46114dcb0a0e9f15869238174eee0 9c6c55d3bedc67d7d44094404002e6bf858d3329
Please open a new issue with the template properly filled out (i.e. including crash reports, logs, versions, etc.)
The problem with disabling this mixin is that lithium's hopper optimizations depend on it. Most of what we disable is also optimized by Moonrise, but hoppers aren't. I'd like to...
@powercasgamer can you rebase this?
Are you needing access to your mod jar or something else? For mod jars, you can get their root paths from the ModContainer
 The original stacktrace was with these versions (default from latest floader). Issue still seems present when upgrading to 0.14.0+0.8.6 (running through loom): ```...
This is an encoding issue with the file path: https://stackoverflow.com/questions/39185613/java-nio-file-invalidpathexception-malformed-input-or-input-contains-unmappable I suspect you have some "unmappable" characters in the part of the file path that you truncated from the error...
You're shading something which is already reobfed into your jar which is being reobfed - this will cause issues as some Spigot names match Mojang names but for different classes....
I think instead of adding our classes to the front we should sort the classpath so that anything in an output directory for the current project is first. Also, there...