Use fabric-api instead of fabric mod ID for Fabric API
Poopooracoocoo opened this issue ยท 0 comments
Users may be confused when they see that it depends on fabric, not knowing that it's referring to Fabric API.
As of Minecraft 1.19.2, Fabric API's mod ID has changed from
fabrictofabric-api. When backporting from 1.19.2 to earlier versions, you must alter thedependssection of yourfabric.mod.jsonto expectfabric.
From https://fabricmc.net/wiki/tutorial:setup#mod_setup. Fabric API still provides the fabric mod ID for compatibility, but it's good to use the new ID where possible.
Line to change:
https://github.com/Tfarcenim/Daves-Potioneering/blob/1.20.1-multiloader/fabric/src/main/resources/fabric.mod.json#L40