Legacy-Fabric / legacyfabric.net

https://legacyfabric.net
BSD 3-Clause "New" or "Revised" License
7 stars 12 forks source link

revamped downloads #28

Closed BluCobalt closed 1 year ago

BluCobalt commented 1 year ago

image

Simplifies the site greatly, and directly points to the maven for the installers. Eventually, we should have it dynamically find and point to the correct version but for now and the forseeable future this is fine.

checkout https://github.com/Legacy-Fabric/multimc-instance-creator too

thecatcore commented 1 year ago

related to #14 There is an endpoint in meta for it already.

BluCobalt commented 1 year ago

Is there an easy way to figure out the latest version? I wanted to go off the maven-metadata.xml from the maven directly but i was getting cors errors so i just hard coded it for the time being

thecatcore commented 1 year ago

https://meta.legacyfabric.net/v2/versions/installer

BluCobalt commented 1 year ago

That doesn't have the latest though, it just has versions and whether or not they're stable

thecatcore commented 1 year ago

the latest one is always the first in the list.

BluCobalt commented 1 year ago

the latest one is always the first in the list.

👍