Skip to content

Commit

Permalink
Added 1.16.1 Texture client.jar
Browse files Browse the repository at this point in the history
  • Loading branch information
mtoensing committed Aug 7, 2020
1 parent 2d6c4e1 commit 2100309
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ RUN apt-get update && apt-get install -y \
WORKDIR /tmp/overviewer
RUN git clone --progress --verbose https://github.com/overviewer/Minecraft-Overviewer.git .

# https://mcversions.net/download/1.15.2
ADD https://launcher.mojang.com/v1/objects/e3f78cd16f9eb9a52307ed96ebec64241cc5b32d/client.jar /tmp/overviewer/client.jar
# https://mcversions.net/download/1.16.1
ADD https://launcher.mojang.com/v1/objects/c9abbe8ee4fa490751ca70635340b7cf00db83ff/client.jar /tmp/overviewer/client.jar
RUN chmod 775 /tmp/overviewer/client.jar

RUN python3 setup.py build
Expand Down

0 comments on commit 2100309

Please sign in to comment.