sschr15
sschr15
When an obfuscated class in a package, for example in InfDev `net/minecraft/a/c/a`, is loaded and mappings are saved as tiny v2 (and probably other mappings as well), Enigma saves the...
This is the simplest solution to https://github.com/QuiltMC/quilt-loader/issues/15, but we can always *make it more complex!* ...or something else if others feel like it
A bunch of things to get Kotlin to be (mostly) decompiling Kotlin and not a Kotlin-Java hybrid, split into a few main categories. # Technical Backend - [ ] Publish...
When attempting to load Minecraft without a jar being explicitly passed or found in FS, Quilt looks to the classpath. It fails, however, if the classpath is a single jar...
Currently the easiest way to do this is via `QuiltLauncherBase.getLauncher().getMappingConfiguration().getMappings()` to get a `TinyTree` and then construct a remapper object by hand taking advantage of `TinyRemapperMappingsHelper` to convert the tree...
Remembering if `FasterFiles` contains a particular function is a bit of a challenge, so re-implementing all `Files` methods in it would be convenient and could also provide a way of...
The Fabric maven currently has no sources for the Fabric installer in the latest published build. Here is the directory listing taken from the site at this moment: ``` fabric-installer-0.7.2.exe...
java 16 is less pain than i imagined
We here at @DuvetMC have no need to worry about trying to keep up-to-date with mappings since we're mapping all the old versions instead. As such, the extra work to...