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

Since it's a bit rude to use fabric's for user installation. This affects the installer JSONs *and* the buildscript, although ideally we'd re-publish all older version jsons to replace `https://maven.fabricmc.net/`...

enhancement

Since this can sometimes make diagnosing the cause for a crash much easier. To be clear, this does *not* affect crash reports generated by minecraft itself. Relevant information: - Free...

enhancement

I made a mod that adds a custom keybind but it doesnt work: Error: ``` Caused by: org.quiltmc.loader.impl.entrypoint.QuiltEntrypointException: Exception while loading entries for entrypoint 'client' provided by 'rebug' Caused by:...

**MC** 1.20.x **QL** 0.19.0 To reproduce: 1. Create your `quilt-loader-overrides.json` and fill it in like so: ``` { "schema_version": 1, "overrides": [ { "path": "/do-a-barrel-roll-3.0.0+1.20-fabric.jar", "depends": { "remove": { "id":...

[crash-2023-07-09_19.18.17.2912-quilt_loader.txt](https://github.com/QuiltMC/quilt-loader/files/11995842/crash-2023-07-09_19.18.17.2912-quilt_loader.txt)

I'm having an issue when trying to load the most recent Dynmap (3.6-beta2-fabric-1.20) using Quilt 0.19.1 on MC 1.20.1. I saw that this was an issue in the past, and...

bug
compatability

Hey gang, I've bumped up against the quilt_loader_dependencies.json implementation and while the ability to specify mod path increases the accuracy of how the dependency change is applied, it makes it...

When trying to load a 1.7.2 server with Quilt and a mod, [the game crashes due to a `MixinTargetAlreadyLoadedException`](https://mclo.gs/6MzSDGb). With the help of @SpaceWalkerRS, we tested on other versions and...

[reproduction case](https://github.com/SpaceWalkerRS/mixin-non-game-classes-failure) The reproduction case is a stripped down version of the official template mod, with two Mixins: `TitleScreenMixin` (which injects into Minecraft's `TitleScreen` class) and `GLFWMixin` (which injects into...

**MC** 1.19.4 **QL** 0.18.10 or any 0.19.x beta **[Exordium](https://modrinth.com/mod/exordium)** 1.1.0 **[MemoryLeakFix](https://modrinth.com/mod/memoryleakfix)** 1.0.0 To reproduce simply install both mods and run the game. Currently, Exordium is undergoing a rewrite, according to...