Controlling icon indicating copy to clipboard operation
Controlling copied to clipboard

Use fabric-api instead of fabric mod ID for Fabric API

Open Poopooracoocoo opened this issue 2 years ago • 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 fabric to fabric-api. When backporting from 1.19.2 to earlier versions, you must alter the depends section of your fabric.mod.json to expect fabric.

From https://fabricmc.net/wiki/tutorial:setup#mod_setup

Line to change: https://github.com/jaredlll08/Controlling/blob/1.20.1/fabric/src/main/resources/fabric.mod.json#L24

One example of a confused user: https://www.reddit.com/r/fabricmc/comments/1bh5uws/inconpatible_mods_found_error_please_help/

Poopooracoocoo avatar Mar 20 '24 03:03 Poopooracoocoo