AlexIIL

Results 32 issues of AlexIIL

As reported in discord. This results in an error like this: ``` java.lang.RuntimeException: Could not execute entrypoint stage 'client' due to errors, provided by 'inventoryhud'! at Not Enough Crashes deobfuscated...

Implements #53. This uses specialized annotations for each side (since there are only two this shouldn't be a problem) rather than using the `EnvType` enum. This also means the names...

Since the correct field name is `versions` - and I think we want to allow plugins to add their own fields. This should help find issues such as https://github.com/henkelmax/simple-voice-chat/pull/419. (However...

By "unknown" I mean any jar that *isn't* loaded by any plugin - so any forge mods accidently placed in the mods folder will cause loader to report them as...

*This is a draft, since we're not ready to merge yet. Before this gets merged we'll also need to merge develop into release, since we will probably want to support...

Specifically the [release action](https://github.com/QuiltMC/quilt-loader/blob/develop/.github/workflows/release.yml) should create a git tag named the same as the version. We should probably go back and create tags for older releases too.

enhancement

Something similar to `BlockTags`.

enhancement

Mentioned by Juuz in the cottonmc discord - https://github.com/AlexIIL/LibMultiPart/blob/0.2.x-1.14.x/src/main/resources/libmultipart.client.json

Reported by CritFlaw in the buildcraft discord, with this log: https://gist.github.com/AlexIIL/de12ef9171a44d12e0764d272243b715 Essentially it just *stops* loading after it gets to "Completed: Ender Tweaker" (95%) and then just... stops. ![image](https://user-images.githubusercontent.com/3751138/66708797-6a68dd00-ed4e-11e9-9442-f4319a2cf30b.png)

bug