Trimmed whitespaces on forge variables to prevent malformed URLs
Add -Djline.terminal=jline.UnsupportedTerminal gets rid of the >.... on every line
Fixes the install link missing issue.
Adds a specific version variable to the forge egg.
update curseforge installer
Updating forge installer again
fixes the forge install
Update to use https all the time
moves the FTBServer.jar to the server.jar configed in the variables
Don't have modpack id in install script.
adds missing dos2unix for servers that use a server.cfg for some reason.
will account for when a file is not a server file. "should" work for all packs.
Update forge enhanced install script.
changes to use the curseforge api to download mods.
moved forge-generic to forge moved forge-mod-generic to curseforge-generic Updated forge-generic yml to the newer curseforge-generic installer.
This uses the forge version json to get the latest version information from forge directly.
This is a fix for the install script for forge.
moved forge-generic to forge-mod-generic brought back forge enhanced as forge generic.
This fixes an issue where installation of Forge Generic would fail if the modpack's included settings.cfg file had Windows-style (\r\n) line endings
Make is so we can use settings.cfg in some capacity. Thanks `https://minecraft.curseforge.com/projects/all-the-mods-3` for not being standard.
Thanks to @parkervcp