Skip to content

What exactly is the purpose of the Modrinth mod? #26

Discussion options

You must be logged in to vote

The distributed mod is the official method of using the Mod API, and downstream mods should be using this mod as a dependency and either requiring their users to install the mod or at least in the case of fabric, including it with the distributed JAR if wanted. The primary reason for this is to allow multiple mods to nicely interface with the Mod API and not cause conflicts with each other. Especially in the case of Fabric, as I believe the APIs in Fabric API for using plugin messages only allow a single decoder/encoder per channel.

While you technically could implement the Mod API directly into your mod manually, it would be heavily advised against doing so. If you have two different imp…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ixnoahlive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants