Extract modpack builds
This commit is contained in:
parent
d235f3760b
commit
aba334c31c
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -34,7 +34,7 @@ software_category: minecraft
|
||||
{% for build in most_recent_release.builds %}
|
||||
<li>
|
||||
<a
|
||||
href="/assets/software/minecraft-modpack/builds/Evan's Pack-{{ build.version }}.mrpack">
|
||||
href="https://software-downloads.ewpratten.com/minecraft-modpack/Evan's Pack-{{ build.version }}.mrpack">
|
||||
Evan's Pack <strong>{{ build.version }}</strong>
|
||||
</a>
|
||||
{% if forloop.first %}<strong><em>(latest)</em></strong>{% endif %}
|
||||
@ -50,7 +50,7 @@ software_category: minecraft
|
||||
{% if build.version == most_recent_release.version %}{% continue %}{% endif %}
|
||||
{% for release in build.builds %}
|
||||
<li>
|
||||
<a href="/assets/software/minecraft-modpack/builds/Evan's Pack-{{ release.version }}.mrpack" style="color: gray;">
|
||||
<a href="https://software-downloads.ewpratten.com/minecraft-modpack/Evan's Pack-{{ release.version }}.mrpack" style="color: gray;">
|
||||
Evan's Pack <strong>{{ release.version }}</strong>
|
||||
</a>
|
||||
</li>
|
||||
|
Loading…
x
Reference in New Issue
Block a user