User Tools

Site Tools


documentation:fabric_loader

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
documentation:fabric_loader [2022/12/22 15:24] – Minor tweaks to Fabric Loader integration section mchorsedocumentation:fabric_loader [2023/06/10 12:47] – ↷ Links adapted because of a move operation 2a02:3102:5a82:17:5a7:4d6a:c069:a6e9
Line 13: Line 13:
 ==== Mods ==== ==== Mods ====
  
-A mod is a jar with a [[documentation:fabric_mod_json|fabric.mod.json]] mod metadata file in its root declaring how it should be loaded. It primarily declares a mod ID and version as well as [[documentation:entrypoint|entrypoints]] and mixin configurations. The mod ID identifies the mod so that any mod with the same ID is considered to be the same mod. Only one version of a mod may be loaded at a time. A mod may declare other mods that it depends on or conflicts with. Fabric Loader will attempt to satisfy dependencies and load the appropriate versions of mods, or fail to launch otherwise.+A mod is a jar with a [[documentation:fabric_mod_json_spec|fabric.mod.json]] mod metadata file in its root declaring how it should be loaded. It primarily declares a mod ID and version as well as [[documentation:entrypoint|entrypoints]] and mixin configurations. The mod ID identifies the mod so that any mod with the same ID is considered to be the same mod. Only one version of a mod may be loaded at a time. A mod may declare other mods that it depends on or conflicts with. Fabric Loader will attempt to satisfy dependencies and load the appropriate versions of mods, or fail to launch otherwise.
  
 Fabric Loader makes all mods equally capable of modifying the game. As an example, anything Fabric API does can be done by any other mod. Fabric Loader makes all mods equally capable of modifying the game. As an example, anything Fabric API does can be done by any other mod.
documentation/fabric_loader.txt · Last modified: 2023/12/27 12:57 by 194.190.81.32