From a20d09fd8223d7fa573fd2dc785f9e1d46b9caf0 Mon Sep 17 00:00:00 2001 From: Nicolas F Date: Fri, 26 Apr 2019 04:15:32 +0200 Subject: [PATCH] docs/running: update texture install instructions --- docs/running.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/running.rst b/docs/running.rst index 5f20508..583d66e 100644 --- a/docs/running.rst +++ b/docs/running.rst @@ -267,17 +267,17 @@ If you want or need to provide your own textures, you have several options: Run the first line in a terminal, changing the version string to the latest as appropriate (these docs may not always be updated to reflect the latest). Then paste the second line into your terminal to download the latest version. ``${VERSION}`` will be replaced - by the acutal version string from the first line. + by the actual version string from the first line. :: - VERSION=1.12 - wget https://s3.amazonaws.com/Minecraft.Download/versions/${VERSION}/${VERSION}.jar -P ~/.minecraft/versions/${VERSION}/ + VERSION=1.14 + 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.12 textures:: + a terminal to get 1.14 textures:: - wget https://s3.amazonaws.com/Minecraft.Download/versions/1.12/1.12.jar -P ~/.minecraft/versions/1.12/ + wget https://overviewer.org/textures/1.14 -O ~/.minecraft/versions/1.14/1.14.jar * You can also just run the launcher to install the client.