Tectato / BetterCommandBlockUI

A fabric mod providing a more usable UI for Bommand Blocks
Creative Commons Zero v1.0 Universal
32 stars 7 forks source link

Fix crash when trying to launch on Quilt #29

Closed aratakileo closed 9 months ago

aratakileo commented 10 months ago

The application page on modrinth.com says that this mod supports Quilt, however, when you try to launch the mod on Quilt, the launch of the game crashes with the following error:

BetterCommandBlockUI requires any version of fabric, which is missing!

This error occurs because in the fabric.mod.json file specifies a dependency on fabric of any version. It is impossible to satisfy such a dependency when loading a mod using Quilt. However, when removing such a dependency from a file, everything works without problems. I suggest removing the fabric dependency from the fabric.mod.json file

Tectato commented 9 months ago

Oh weird, in earlier versions i experienced no crashes with Quilt... Thanks for the contribution!

aratakileo commented 9 months ago

My pleasure. If I'm not mistaken, there is a similar problem in the mod: https://github.com/Tectato/Vectorientation