Hey, I took a look at your tool and loved what it did, but I found me wanting even more automation. The first attempt was to generate MySQL scripts with it but MySQL has issues with conditionals. The thought of directly integrating into your tool for the SQL wasn’t appealing as it would make it much less portable for data inserts. So instead of relying on the generated MySQL or direct SQL inserts scripts I tweaked the program a little to dump a csv file. Which is then read into a PHP script that inserts the appropriate data into MySQL. This script can be re-run without creating duplicate records. I also noticed that the tool sometimes gets odd numbers for the mods Minecraft version and/or the mod version itself (Not an issue with the tool so much it is an issue with weird data in mod mcmod.info files). To get around this issue the csv has two columns that will overwrite the default columns as well as rename any zip files created by your tool. In the process of making this automation I ended up learning some C#, PHP, and MySQL all of which I never knew any syntax before, so that was fun. If you like to take a look at the changes and the PHP script let me know. I’ve not too familiar with GIT so just let me know what to do if you are interested.