0

docs: update texture installation instructions

This commit is contained in:
Nicolas F
2021-06-10 17:26:58 +02:00
parent f228d5f07a
commit b150cf0daa

View File

@@ -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}/ mkdir -p ~/.minecraft/versions/${VERSION}/
wget https://overviewer.org/textures/${VERSION} -O ~/.minecraft/versions/${VERSION}/${VERSION}.jar 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 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. * You can also just run the launcher to install the client.