Changes

m
Properly reference the mods.toml file page
Line 40: Line 40:  
The <code>@Mod</code> annotation indicates to the mod loader that this class is the entry point of your mod. Each <code>@Mod</code> annotation and their value should be paired with a mod id entry in your <code>mods.toml</code> file.
 
The <code>@Mod</code> annotation indicates to the mod loader that this class is the entry point of your mod. Each <code>@Mod</code> annotation and their value should be paired with a mod id entry in your <code>mods.toml</code> file.
   −
== [[Mods.toml file]] ==
+
== mods.toml file ==
 +
 
 +
The <code>mods.toml</code> file is read by the mod loader to determine what mods are packaged into your JAR file, and what information to display to the user in the Mods listing screen (accessible by pressing the "Mods" button on the main menu of the game).
 +
 
 +
More information about the structure of this file and the possible configuration options available to you can be found on the [[Mods.toml file|dedicated page]].
    
[[Category:Getting Started]]
 
[[Category:Getting Started]]
 
[[Category:Beginner Topics]]
 
[[Category:Beginner Topics]]
14

edits