diff --git a/README.md b/README.md index fbe57de9..3d031cf1 100644 --- a/README.md +++ b/README.md @@ -208,7 +208,7 @@ The MCA Selector currently supports the following Minecraft versions: | 1.14 - 1.14.4 | 1901 - 1976 | | 1.15 - 1.15.2 | 2200 - 2230 | | 1.16 - 1.16.5 | 2566 - 2586 | -| Snapshot 21w08a | 2697 | +| Snapshot 21w14a | 2706 | There is no guarantee for worlds generated in a Snapshot version to work, even if it is specified in the table above. This only represents the current development status towards the next Minecraft release. Old Snapshots of past Minecraft releases are not supported. @@ -392,7 +392,7 @@ If you would like to contribute a translation, you can find the language files i --- -[**Download Version 1.15.1 (Windows Installer)**](https://github.com/Querz/mcaselector/releases/download/1.15.1/MCA_Selector_Setup.exe) +[**Download Version 1.15.2 (Windows Installer)**](https://github.com/Querz/mcaselector/releases/download/1.15.2/MCA_Selector_Setup.exe) "Requirements": * Windows 7-10 64bit @@ -400,7 +400,7 @@ If you would like to contribute a translation, you can find the language files i --- -[**Download Version 1.15.1 (Universal)**](https://github.com/Querz/mcaselector/releases/download/1.15.1/mcaselector-1.15.1.jar) +[**Download Version 1.15.2 (Universal)**](https://github.com/Querz/mcaselector/releases/download/1.15.2/mcaselector-1.15.2.jar) "Requirements": @@ -412,23 +412,23 @@ If you would like to contribute a translation, you can find the language files i * A brain ### What works on most systems -Most likely, `.jar` files are associated with java on your computer, it should therefore launch by simply double clicking the file (or however your OS is configured to open files using your mouse or keyboard). If not, you can try `java -jar mcaselector-1.15.1.jar` from your console. If this doesn't work, you might want to look into how to modify the `PATH` variable on your system to tell your system that java is an executable program. +Most likely, `.jar` files are associated with java on your computer, it should therefore launch by simply double clicking the file (or however your OS is configured to open files using your mouse or keyboard). If not, you can try `java -jar mcaselector-1.15.2.jar` from your console. If this doesn't work, you might want to look into how to modify the `PATH` variable on your system to tell your system that java is an executable program. ### If you have Minecraft Java Edition installed Minecraft Java Edition comes with a JRE that you can use to start the MCA Selector, so there is no need to install another version of Java on your system. For Windows: * Hold `Shift` and Right-click on an empty space and select `Open PowerShell window here` (`Open Command window here` on Windows 8 and earlier). -* Type `& "C:\Program Files (x86)\Minecraft\runtime\jre-x64\bin\java" -jar `, then drag and drop the `mcaselector-1.15.1.jar into the console` and press `Enter`. In the Command window (Windows 8 and earlier), the command starts with `"C:\Program Files (x86)\Minecraft\runtime\jre-x64\bin\java" -jar ` instead and the path to `mcaselector-1.15.1.jar` must be typed or copied and pasted into the console manually. +* Type `& "C:\Program Files (x86)\Minecraft\runtime\jre-x64\bin\java" -jar `, then drag and drop the `mcaselector-1.15.2.jar into the console` and press `Enter`. In the Command window (Windows 8 and earlier), the command starts with `"C:\Program Files (x86)\Minecraft\runtime\jre-x64\bin\java" -jar ` instead and the path to `mcaselector-1.15.2.jar` must be typed or copied and pasted into the console manually. For MacOS: * Press `Cmd+Space`, type `Terminal` and press `Enter`. -* Type `~/Library/Application\ Support/minecraft/runtime/jre-x64/jre.bundle/Contents/Home/bin/java -jar ` (with a space at the end), then drag and drop the `mcaselector-1.15.1.jar` into the console and press `Enter`. +* Type `~/Library/Application\ Support/minecraft/runtime/jre-x64/jre.bundle/Contents/Home/bin/java -jar ` (with a space at the end), then drag and drop the `mcaselector-1.15.2.jar` into the console and press `Enter`. **WARNING:** For MacOS 10.14+ (Mojave) It is NOT recommended to use the JRE provided by Minecraft (1.8.0_74), because it contains a severe bug that causes JavaFX applications to crash when they lose focus while a dialog window (such as the save-file-dialog) is open (see the bug report [here](https://bugs.openjdk.java.net/browse/JDK-8211304)). This bug has been fixed in Java 1.8.0_201 and above. ### If you receive a JavaFX error -"When I run `mcaselector-1.15.1.jar`, an error dialog appears that looks like this:" +"When I run `mcaselector-1.15.2.jar`, an error dialog appears that looks like this:"
@@ -445,28 +445,28 @@ For MacOS:
Type the command `java -version` and press `Enter`. If the output shows that your java command is linked to `java version "1.8.0"`, you can simply run MCA Selector through the console.
For Windows and MacOS:
-* Type `java -jar ` (with a space at the end) and drag and drop the `mcaselector-1.15.1.jar` into the console and hit `Enter`.
+* Type `java -jar ` (with a space at the end) and drag and drop the `mcaselector-1.15.2.jar` into the console and hit `Enter`.
For Linux:
-* Run `java -jar