QuiltMC / quilt-loom

MIT License
22 stars 17 forks source link

Issues with Fabric API #51

Open Martmists-GH opened 2 months ago

Martmists-GH commented 2 months ago

I'm trying to use Quilt Loom for a mixed-target repo, but adding

    modImplementation "net.fabricmc:fabric-loader:0.15.11"

    modImplementation "net.fabricmc.fabric-api:fabric-api:0.92.2+1.20.1"

does not provide the mods to my IDE. My best bet is that Quilt-Loom does not remap Fabric mods correctly. In addition, it seems all of mixin is not present when using it like this.