This is a simple tool to download modpacks from FTB without the need of the FTB Launcher.
You can then import or drag this zip file into any curseforge compatible launcher.
For example: HMCL, PCL2, Prism Launcher etc.
WIP
-
Install Dependencies:
- Open a terminal and run:
git clone https://github.com/Wulian233/FeedTheForge.git cd FeedTheForge pip3 install -r requirements.txt
- Open a terminal and run:
-
Run:
- Windows:
python __main__.py
- macOS and Linux:
python3 __main__.py
- Windows:
- Package:
pip3 install pyinstaller
- Windows:
python -m PyInstaller -F -i PyBuild/icon.ico -n FeedTheForge-Windows --add-data feedtheforge/lang:feedtheforge/lang --upx-dir PyBuild __main__.py
- macOS:
python3 -m PyInstaller -F -i PyBuild/icon.icns -n FeedTheForge-macOS --add-data feedtheforge/lang:feedtheforge/lang __main__.py
- Linux:
python3 -m PyInstaller -F -n FeedTheForge-Linux --add-data feedtheforge/lang:feedtheforge/lang __main__.py
- Windows:
- Locate the Executable:
- For Windows, the executable will be a
.exe
file located in thedist
folder. - For Linux and macOS, the executable will be a standalone file in the
dist
folder.
- For Windows, the executable will be a