more wording adjustments
This commit is contained in:
@@ -249,8 +249,8 @@ manually. This is common for servers.
|
||||
|
||||
If you want or need to provide your own textures, you have several options:
|
||||
|
||||
* The easy solution is to download the latest client jar to the place the
|
||||
launcher would normally put it. Overviewer will find it and use it.
|
||||
* The easy solution is to download the latest client jar to the location the
|
||||
launcher would normally install it. Overviewer will find it and use it.
|
||||
|
||||
You can use the following commands to download the client jar on Linux or Mac.
|
||||
Run the first line in a terminal, changing the version string to the latest as appropriate
|
||||
@@ -263,7 +263,8 @@ If you want or need to provide your own textures, you have several options:
|
||||
VERSION=1.6.2
|
||||
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 paste it into the terminal to get 1.6.2 textures::
|
||||
If that's too confusing for you, then just take this single line and paste it into
|
||||
a terminal to get 1.6.2 textures::
|
||||
|
||||
wget https://s3.amazonaws.com/Minecraft.Download/versions/1.6.2/1.6.2.jar -P ~/.minecraft/versions/1.6.2/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user