项目作者: Compegen

项目描述 :
Tries to automatically make a csv file based on the contents of the mcmod.info of all mods inside your mods folder
高级语言: Python
项目地址: git://github.com/Compegen/mc-modpack-csv-maker.git
创建时间: 2020-05-06T06:12:59Z
项目社区:https://github.com/Compegen/mc-modpack-csv-maker

开源协议:MIT License

下载


mc-modpack-csv-maker

Tries to automatically make a csv file based on the contents of the mcmod.info of all mods inside your mods folder

What this does:

  • Allows user to open a ‘mods’ folder directory & reads contents of that folder
  • All .jar files in that folder are opened and searched for a ‘mcmod.info’
  • If there is a ‘mcmod.info’, it tries to get a mod name & link from the file
  • After going through all available files, it exports a dictionary to an auto-named .csv file in your working directory

What this doesn’t do

  • Be efficient
  • List author names
  • Extract info from malformed json’s
  • Handle really long mod descriptions on multiple lines
  • Handle multiple mods in one mcinfo

This was made as a realitively simple project to make generating the modlist to my custom modpacks easier.

I’d love to see a fancier version of this if someone made one.