Closed aratakileo closed 9 months ago
Oh weird, in earlier versions i experienced no crashes with Quilt... Thanks for the contribution!
My pleasure. If I'm not mistaken, there is a similar problem in the mod: https://github.com/Tectato/Vectorientation
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 onfabric
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 thefabric
dependency from thefabric.mod.json
file