From b150cf0daa4f5bde1bf171ddc9754712e9591fe1 Mon Sep 17 00:00:00 2001 From: Nicolas F Date: Thu, 10 Jun 2021 17:26:58 +0200 Subject: [PATCH] docs: update texture installation instructions --- docs/running.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/running.rst b/docs/running.rst index 373cf48..e2aa25e 100644 --- a/docs/running.rst +++ b/docs/running.rst @@ -273,14 +273,14 @@ If you want or need to provide your own textures, you have several options: :: - VERSION=1.16.1 + VERSION=1.17 mkdir -p ~/.minecraft/versions/${VERSION}/ wget https://overviewer.org/textures/${VERSION} -O ~/.minecraft/versions/${VERSION}/${VERSION}.jar If that's too confusing for you, then just take this single line and paste it into - a terminal to get 1.16 textures:: + a terminal to get 1.17 textures:: - wget https://overviewer.org/textures/1.16.1 -O ~/.minecraft/versions/1.16.1/1.16.1.jar + mkdir -p ~/.minecraft/versions/1.17/ && wget https://overviewer.org/textures/1.17 -O ~/.minecraft/versions/1.17/1.17.jar * You can also just run the launcher to install the client.