quilt-loader icon indicating copy to clipboard operation
quilt-loader copied to clipboard

The loader for Quilt mods.

Results 109 quilt-loader issues
Sort by recently updated
recently updated
newest added

### The game crashed whilst initializing game **Error: org.quiltmc.loader.impl.entrypoint.QuiltEntrypointException: Exception while loading entries for entrypoint 'client_init' provided by 'quilt_networking'** Exit Code: -1 [latest.log](https://github.com/QuiltMC/quilt-loader/files/9358980/latest.log) [crash-2022-08-17_13.58.43-client.txt](https://github.com/QuiltMC/quilt-loader/files/9358981/crash-2022-08-17_13.58.43-client.txt)

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...

This is a full refactor of how Quilt Loader represents Versions, mostly focused on reverting poor decisions (like 3-component semver) and bringing us up-to-date with the newest Fabric APIs (VersionInterval)....

This has always been extremely opaque for Fabric, and it would be nice to have some central documentation for Quilt on this file. I personally use it to modify the...

Some mods, such as Exotic Blocks, include extra jars kind of shadowed or some other way included in there, sometimes it goes many levels deep(jar-in-jar-in-jar etc.).Sometimes these libraries bundled mods...

Hi! I have a new issue with my Fabric mod by a Quilt user (Please refer to Xujiayao/MCDiscordChat#62). It seems that the problem occurs because my mod uses the following...

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...

https://paste.atlauncher.com/view/0faee35c-42c6-4eb6-bafb-513798d5231d ![image](https://user-images.githubusercontent.com/82106625/176088130-87b47a55-681d-4bf8-8582-2b26bcd799a2.png)

```groovy shadow 'com.electronwill.night-config:core:3.6.5' shadow 'com.electronwill.night-config:toml:3.6.5' ``` could be replace with implementation as maven dependencies

Entrypoint `mm:early_risers` for Fabric ASM is not being loaded/triggered at all, when running the mod(with Fabric it is fine), i can link source code if wanted. Also `com_github_chocohead_fabric-asm v2.3` is...