

The description of the mod, for use in the Mods listing screen. The display name of the mod, for use in the Mods listing screen If the version is specified as $, which is replaced at runtime with the Implementation-Version found in the jar's manifest file. This is a traditional mod that has existed for eons. UpdateJSONURL="/versions.json"Ĭredits="I'd like to thank my mother and father."

IssueTrackerURL="/MinecraftForge/MinecraftForge/issues" It should be stored under the META-INF folder in your resources directory ( src/main/resources/META-INF/mods.toml). The example mods.toml file in the MDK provides comments explaining the contents of the file. The file is formatted in Tom's Obvious Minimal Language, or TOML for short. The mods.toml 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).
