PHP 为 Technic 启动器和 Technic 平台带来差异更新的网络应用
Join us on Discord!
Technic Solder is an API that sits between a modpack repository and the launcher. It allows you to easily manage multiple modpacks in one single location. It's the same API we use to distribute our modpacks!
Using Solder also means your packs will download each mod individually. This means the launcher can check MD5's against each version of a mod and if it hasn't changed, use the cached version of the mod instead. What does this mean? Small incremental updates to your modpack doesn't mean redownloading the whole thing every time!
Solder also interfaces with the Technic Platform using an API key you can generate through your account there. When Solder has this key it can directly interact with your Platform account. When creating new modpacks you will be able to import any packs you have registered in your Solder install. It will also create detailed mod lists on your Platform page! (assuming you have the respective data filled out in Solder). Neat huh?
unzip packageYou can find commands for this in the getting started page.
Refer to our documentation here:
If there is any missing/incorrect info, please post an issue on our issue tracker
See the Docker setup guide for full instructions.
Quick start:
git clone https://github.com/TechnicPack/TechnicSolder.git
cd TechnicSolder
docker compose up -dIf you are having issues and can't seem to figure out what's going on, join our development Discord server.
暂无开放 Issues,或尚未同步最近议题。