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 the Fabric API.
As of Minecraft 1.19.2, Fabric API's mod ID has changed from
fabric
tofabric-api
. When backporting from 1.19.2 to earlier versions, you must alter thedepends
section of yourfabric.mod.json
to expectfabric
.
From https://fabricmc.net/wiki/tutorial:setup#mod_setup
Line to change:
https://github.com/0rc1nus/Galosphere-Main/blob/fabric-1.20/src/main/resources/fabric.mod.json#L40
One example of a confused user:
#69