From 6cca3ed004ec6d547a886389eaeeda9c55dbf131 Mon Sep 17 00:00:00 2001 From: Brooks Date: Wed, 30 Jul 2014 22:24:23 -0400 Subject: [PATCH] Latest version of minecraft jar Updated the version variable in the short script to install the latest minecraft jar for textures. --- docs/running.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/running.rst b/docs/running.rst index 6ccfb96..2da1557 100644 --- a/docs/running.rst +++ b/docs/running.rst @@ -261,13 +261,13 @@ If you want or need to provide your own textures, you have several options: :: - VERSION=1.7.2 + VERSION=1.7.10 wget https://s3.amazonaws.com/Minecraft.Download/versions/${VERSION}/${VERSION}.jar -P ~/.minecraft/versions/${VERSION}/ If that's too confusing for you, then just take this single line and paste it into - a terminal to get 1.7.2 textures:: + a terminal to get 1.7.10 textures:: - wget https://s3.amazonaws.com/Minecraft.Download/versions/1.7.2/1.7.2.jar -P ~/.minecraft/versions/1.7.2/ + wget https://s3.amazonaws.com/Minecraft.Download/versions/1.7.10/1.7.10.jar -P ~/.minecraft/versions/1.7.10/ * You can also just run the launcher to install the client.