[Bug] 1.0.2 for Fabric references a nonexistent Fabric Loader version as a dependency
idiot-shinuki opened this issue ยท 1 comments
Version Info
- Minecraft, 1.21.1
- Formations, 1.0.2
What mod loader are you using?: Fabric
Description of the Bug
The wrong Fabric version is referenced as a dependency. The mod asks for Fabric version 0.100.7 or later, and that's simply not possible as fabric 1.21.1 only goes up to 0.16.5.
Steps to Reproduce
- Set up a Minecraft 1.21.1 instance with Fabric Loader 0.16.5 installed
- Install the mod
- Click play, fabric will state that the wrong version of fabric is being used.
Just checked in the gradle.properties file, it looks like it was actually asking for Fabric API 0.100.7 or later, but the console errors do not say that. They only say Fabric. It would be a good idea to add Fabric API to the list of Modrinth dependencies on version 1.0.2 so that it gets automatically downloaded through apps like Prism Launcher and the Modrinth App, which manages dependencies automatically. I was setting up this fresh instance for testing and Fabric API would've already been included in the mod list as a Modrinth dependency for several other mods in my everyday use instances.