Description
Mod Info Lister is a simple mod for modpack creators that dumps useful mod information to a CSV file. To use it, just put the mod JAR into the mods folder and the CSV file will be created during post-init (loading stage 5).
The mod dumps the following information into ./ModInfoLister/modlist.csv/:
- Display name
- Display version
- URL
- Author(s)
- Mod ID
You can find an example of a dumped CSV file for All The Mods 3 (plus a few extra mods) here: [Google Docs] [CSV Download]
Important information about the dumped CSV file:
- The CSV file is pipe delimited ( | )
- Some applications (ie. Google Docs) cannot automatically detect that the CSV file is pipe delimited and you must specify that it is (read further below to see how to import into Excel)
- Any pipes found in any of the dumped information is replaced with a space (ie. opencomputers|core is replaced with opencomputers core)
- If no URL is specified, the space is filled with 'unspecified'
- If no authors are specified, the space is filled with 'none'
- The mod will overwrite an existing CSV file with information from the current launch if necessary
The mod has been verified working on 1.8.x 1.10.x and 1.12.x, should also work on 1.9.x and 1.11.x, using the same JAR file. The mod has been verified not working on 1.7.x. I won't back-port it for 1.7.x etc, Dragon2488 made a similar mod for 1.7.2 and 1.7.10 called Mod-list generator if you need it.
To import the CSV file into Excel, do the following:
- Open a blank sheet (DO NOT open the CSV file with File > Open)
- Under the data tab, choose "from text" and locate the CSV.
- Make sure 'Delimited' is checked and press next.
- Uncheck 'Tab', check 'Other' and put | in the text field next to it.
- Select 'Finish'
- Another dialogue will open, select 'OK'.
Google Docs will immediately ask for the delimiting character when imported, make sure to put a pipe ( | ).
Check out my other mod, Ability Stones 2!
AD
Become Premium to remove Ads!
What means Verified?
-
Compatibility: The mod should be compatible with the latest version of Minecraft and be clearly labeled with its supported versions.
-
Functionality: The mod should work as advertised and not cause any game-breaking bugs or crashes.
-
Security: The mod should not contain any malicious code or attempts to steal personal information.
-
Performance: The mod should not cause a significant decrease in the game's performance, such as by causing lag or reducing frame rates.
-
Originality: The mod should be original and not a copy of someone else's work.
-
Up-to-date: The mod should be regularly updated to fix bugs, improve performance, and maintain compatibility with the latest version of Minecraft.
-
Support: The mod should have an active developer who provides support and troubleshooting assistance to users.
-
License: The mod should be released under a clear and open source license that allows others to use, modify, and redistribute the code.
-
Documentation: The mod should come with clear and detailed documentation on how to install and use it.
AD
Become Premium to remove Ads!
How to Install
Download Forge & Java
Download Forge from the offical Site or here. If you dont have Java installed then install it now from here. After Downloading Forge you can run the file with Java.
Prepare
Lounch Minecraft and select your Forge istallation as Version this will create a Folder called Mods.
Add Mods
Type Win+R and type %appdata% and open the .minecraft Folder. There will you find your Folder called Mods. Place all Mods you want to play in this Folder
Enjoy
You are now Ready. Re-start your Game and start Playing.