ModpackInfo
The ModpackInfo mod provides comprehensive tools for working with modpack information in Minecraft. After installation in a modpack, it performs several useful functions.
Main Features
The system automatically creates a detailed log file in the ./minecraft directory containing complete information about all installed mods. Data is collected directly from the mods themselves, ensuring its relevance and accuracy. You can configure the output file format according to your preferences - available options include text file, XML, JSON, or BBCode.
Interactive Functions
With appropriate configuration, players will receive modpack information directly in the game chat when joining the server. Pack authors need to pre-configure this content before publication. Additionally, players have access to a special /modpackinfo command that allows them to obtain additional information about the deployed modpack.
Sample Text File Output:
Version: 1.0.1
http://www.nothere.com
Modpack Authors: OreCruncher
Minecraft Coder Pack (mcp) Version 9.05
Modding toolkit to decompile and deobfuscate the Minecraft client and server files.
Credits: Made by the MCP team
Website: http://mcp.ocean-labs.de/
Forge Mod Loader (FML) Version 7.10.85.1291
The Forge Mod Loader provides the ability for systems to load mods from the file system. It also provides key capabilities for mods to be able to cooperate and provide a good modding environment.
Authors: cpw, LexManos, Player
Website: https://github.com/MinecraftForge/FML/wiki
.
.
.
Usage in Modpacks
ModpackInfo is distributed under the MIT license, meaning complete freedom to include it in any modpacks without the need to attribute authorship or link to the original page. However, if you wish to express gratitude to the author, it is always welcome.
For more detailed information, refer to the project's official documentation.