FTBLoader ensures the presence of FTB mods (FTB Library, FTB Chunks, and FTB Teams) in your modpack. If any of these mods are missing, it will automatically download Powered by Jeff
FTBLoader is a lightweight Fabric mod that automatically checks for and downloads missing FTB (Feed The Beast) mods. It displays a convenient GUI on the Minecraft title screen if any expected mods are missing, allowing players to download them with a single click.
FTBLoader checks for and can download:
.jar from Releases.mods folder.FTBLoader stores configuration in config/ftbloader.toml. You can enable/disable checks for individual mods and specify custom download URLs:
library = true # Check for FTB Library
claims = true # Check for FTB Chunks
teams = true # Check for FTB Teams
[versions]
libraryVersion = "ftb-library-fabric-2101.1.28.jar"
claimsVersion = "ftb-chunks-fabric-2101.1.13.jar"
teamsVersion = "ftb-teams-fabric-2101.1.7.jar"
You can also edit these settings in-game via ModMenu if installed.
Clone the repo and build:
git clone https://github.com/Jeff53978/FTBLoader.git
cd FTBLoader/FBTLoader
On Unix/macOS:
./gradlew clean build
On Windows (PowerShell):
.\gradlew.bat clean build
Built jars are placed in build/libs/.
On push to main:
1.0.0 → 1.0.1).On tag push (e.g., git tag 1.0.5 && git push origin 1.0.5):
1.0.5).# Make changes, commit, push to main → auto-creates release 1.0.1 with binaries
git add .
git commit -m "Add feature X"
git push origin main
# Later, create a stable release by tagging
git tag 1.1.0
git push origin 1.1.0 # Creates release 1.1.0 with jars attached
ModConfig.java).Issues and PRs welcome! Please keep contributions focused and tested.
MIT — see LICENSE.
For questions or issues, open a GitHub issue or contact the maintainer.