From e8bb3967f7b8673cc0b44e4f757752ca60f196a8 Mon Sep 17 00:00:00 2001 From: Monkey0x9 Date: Sun, 11 Jun 2017 13:59:14 +0200 Subject: [PATCH 1/2] Change forgotten 1.11 to 1.12 in documentation --- docs/running.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/running.rst b/docs/running.rst index bb99bb4..5f20508 100644 --- a/docs/running.rst +++ b/docs/running.rst @@ -275,7 +275,7 @@ If you want or need to provide your own textures, you have several options: 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.11 textures:: + a terminal to get 1.12 textures:: wget https://s3.amazonaws.com/Minecraft.Download/versions/1.12/1.12.jar -P ~/.minecraft/versions/1.12/ From 964eec8ff53b013912e0a96f39ab2b6427a28cb5 Mon Sep 17 00:00:00 2001 From: Monkey0x9 Date: Sun, 11 Jun 2017 14:34:22 +0200 Subject: [PATCH 2/2] Update minecraft version in gitlay-ci.yml to 1.12 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3c1cbf8..49144e7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,7 +8,7 @@ stages: variables: EXMAPLE_REPO: "https://github.com/overviewer/Minecraft-Overviewer-Addons" - MC_VERSION: "1.11" + MC_VERSION: "1.12" build:linux: image: code.em32.net:14567/overviewer/minecraft-overviewer:base