Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.55 KB

File metadata and controls

30 lines (19 loc) · 1.55 KB

solder.js

Node.js implementation for TechnicSolder

Refer to the wiki and website for help.

Created by Paul and with help from Martin.

Don't believe it works? Check out the test modpack!

Demo API Endpoint: https://xyon.k.vu/api/

What is Solder?

TechnicSolder is an API that sits between a modpack repository and the launcher. It allows you to easily manage multiple modpacks in one single location.

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!

Why solder.js?

Because I said so and because it's fast. Really fast. Also this took a day to create, appreciate it.

How do I use solder.js?