User Tools

Site Tools


documentation:fabric_mod_json

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
documentation:fabric_mod_json [2022/11/07 08:36] – [Mod loading] solidblockdocumentation:fabric_mod_json [2023/12/27 12:53] (current) – ↷ Page name changed from documentation:fabric_mod_json_spec to documentation:fabric_mod_json mineblock11
Line 2: Line 2:
  
 The fabric.mod.json file is a mod metadata file used by Fabric Loader to load mods. In order to be loaded, a mod must have this file with the exact name placed in the root directory of the mod JAR. The fabric.mod.json file is a mod metadata file used by Fabric Loader to load mods. In order to be loaded, a mod must have this file with the exact name placed in the root directory of the mod JAR.
 +
 ===== Mandatory fields ===== ===== Mandatory fields =====
  
    * **schemaVersion** Needed for internal mechanisms. Must always be ''1''    * **schemaVersion** Needed for internal mechanisms. Must always be ''1''
-   * **id** Defines the mod's identifier - a string of Latin letters, digits, underscores with length from to 63.+   * **id** Defines the mod's identifier - a string of Latin letters, digits, underscores with length from to 64.
    * **version** Defines the mod's version - a string value, optionally matching the [[https://semver.org/|Semantic Versioning 2.0.0]] specification.    * **version** Defines the mod's version - a string value, optionally matching the [[https://semver.org/|Semantic Versioning 2.0.0]] specification.
  
documentation/fabric_mod_json.1667810218.txt.gz · Last modified: 2022/11/07 08:36 by solidblock