Blanket

Blanket

95k Downloads

Doesn't work with Quilt Loader

DragonEggBedrockBreaking opened this issue ยท 6 comments

commented

Describe the bug
Fabric mods are supposed to work with the Quilt loader, but some do not for various reasons, most commonly relying on certain fabric internals. Quilt officially became beta yesterday, so I am reporting it now.

To Reproduce
Steps to reproduce the behavior:

  1. Install the Quilt loader: https://quiltmc.org/install/
  2. Download this mod.
  3. Install quilt standard libraries. These are basically "quilt api", and bundle a "quilted fabric api" which replaces the normal "fabric api". https://modrinth.com/mod/qsl/versions
  4. Try to launch the game
  5. Notice that the game crashes on startup.

Expected behavior
I expected the mod to launch and work like it does on Fabric.

Screenshots
N/A

Desktop (please complete the following information):

  • Minecraft version [1.18.2]
  • Mod version [1.0.2]

Minecraft crash report
The game crashes before a crash report is generated. Here is the log.

Additional context
N/A

commented

Some conflict avoidance mechanics in this use FabricLoader to check other mods.
I'll look at it later today or tomorrow.

commented

The Guardian fix should do nothing with this incompatibility, why do you think it is the cause?

I don't... The cause is clearly the sodium extra compatibility code, but since I use sodium extra, if I remove the sodium extra compatibility code, then I need to remove the guardian fix so that it doesn't crash with sodium extra.

commented

Sorry for being inactive...

Can you check if this works? https://kosmx.dev/randomFiles/Blanket%20Client%20tweaks-1.0.2-SNAPSHOT-3828182.jar

This works, thanks!

commented

For any other Quilt users who are waiting for this to be fixed, my fork provides a temporary solution, by removing the guardian beam fix mixin, and therefore removing the compatibility code that causes the Quilt incompatibility, until a proper solution is implemented in this mod.

commented

Sorry for being inactive...

Can you check if this works?
https://kosmx.dev/randomFiles/Blanket%20Client%20tweaks-1.0.2-SNAPSHOT-3828182.jar

commented

The Guardian fix should do nothing with this incompatibility, why do you think it is the cause?