js802025 / calcmod

Calculator Mod
MIT License
13 stars 4 forks source link

Fabric API dependency uses old mod ID `fabric` instead of `fabric-api` #34

Closed NotRyken closed 4 months ago

NotRyken commented 4 months ago

In fabric.mod.json, the dependency on Fabric API uses the old mod ID fabric. The mod ID was changed to fabric-api in 1.19.2 to improve clarity.

fabric remains valid but is less helpful for users, who may reasonably think that it refers to Fabric Loader instead of the Fabric API mod.

js802025 commented 4 months ago

fixed in 1.21 thanks!