Skip to content

Commit 451322c

Browse files
authored
Moved back to 2.0.5b, pull archived mods from modrinth
Use modrinth to get missing mods.
1 parent 5f5c498 commit 451322c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,10 @@ RUN rm -r /tmp/rcon.tar.gz /tmp/rcon
1111

1212
RUN mkdir /data
1313
WORKDIR /data
14-
RUN curl -fsSL -o "/tmp/pack.zip" "https://www.curseforge.com/api/v1/mods/681792/files/4496671/download"
14+
RUN curl -fsSL -o "/tmp/pack.zip" "https://www.curseforge.com/api/v1/mods/681792/files/4731348/download"
1515
RUN unzip -q /tmp/pack.zip
16+
RUN curl -fsSL -o "mods/vinery.jar" "https://cdn.modrinth.com/data/1DWmBJVA/versions/cLYVl6S1/vinery-1.1.4.jar"
17+
RUN curl -fsSL -o "mods/heph.jar" "https://cdn.modrinth.com/data/sdSn3wvy/versions/hEFa9Ofs/Hephaestus-1.18.2-3.5.2.155.jar"
1618
RUN rm /tmp/pack.zip
1719

1820
RUN curl -fsSL -o "server.jar" "https://meta.fabricmc.net/v2/versions/loader/1.18.2/0.14.22/0.11.2/server/jar"

0 commit comments

Comments
 (0)