This script allows you to download files from the Infernal Suite API based on Minecraft versions and projects.
Pterodactyl Egg is now available!
./AdvancedSlimeDownloader.sh <mcVersion> <project> <branchName>
mcVersion
: Minecraft version (e.g., 1.20.4)project
: Project name (e.g., asp, aspufferfish, aspurpur)branchName
: Branch name (Check here for available branches)
- Bash shell
- curl
- jq
-
Clone this repository:
git clone https://github.com/HappyAreaBean/AdvancedSlimeDownloader.git
-
Make the script executable:
chmod +x AdvancedSlimeDownloader.sh
Or use curl
curl -O https://raw.githubusercontent.com/HappyAreaBean/AdvancedSlimeDownloader/main/AdvancedSlimeDownloader.sh && chmod +x ./AdvancedSlimeDownloader.sh
./AdvancedSlimeDownloader.sh 1.20.4 aspurpur purpur_upstream
- The script retrieves JSON data from the Infernal Suite API based on the provided Minecraft version and project.
- It parses the JSON data and constructs download links for the files.
- It downloads the files using
curl
.
This project is licensed under the MIT License — see the LICENSE file for details.