Skip to content

Commit 12accac

Browse files
Big-Iron-CheemsMineGame159
authored andcommitted
update Java links
Also, hopefully improve old-versions guide
1 parent 2aa3210 commit 12accac

File tree

2 files changed

+15
-10
lines changed

2 files changed

+15
-10
lines changed

src/routes/faq/installation/+page.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ If you have any concerns feel free to check the source code located within this
2222

2323
To play Minecraft, you'll need to have the compatible version of the JRE (Java Runtime Environment).
2424
Usually Minecraft downloads it automatically, but if it doesn't, you should get it
25-
from [Adoptium](https://adoptium.net/temurin/releases/?package=jre&version=17).
26-
The current version used by Minecraft is v17.
25+
from [Adoptium](https://adoptium.net/temurin/releases/?package=jre&version=21).
26+
The current version used by Minecraft is Java 21.
2727

2828
### Unsafe cracked launchers
2929

src/routes/faq/old-versions/+page.md

+13-8
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,22 @@ Keep in mind that this is **not** recommended, as we do **not** provide support
3939
Any threads opened in our support forum regarding failed builds of older versions will be closed.
4040
If you encounter any issues, you will have to update to the latest version to get support.
4141

42+
To build Meteor for source, you'll need a **Java 21 JDK**,
43+
you can get it from [Adoptium](https://adoptium.net/temurin/releases/?package=jdk&version=21).
44+
4245
<br>
4346

4447
1. Go to the [Meteor GitHub repository](https://github.com/MeteorDevelopment/meteor-client).
45-
2. Click the `master` button under the repository name, then click the `Tags` tab.
46-
3. Click on a tag, this will bring you to the repository at the state of that tag.
47-
4. Click the `gradle.properties` file, it will contain the version of Minecraft that tag is built for.
48-
5. Once you have found the tag you want, go back, click the green `Code` button and then click `Download ZIP`.
49-
6. Extract the zip file and open a terminal in the extracted folder.
50-
7. Run `gradlew build` (or `.\gradlew build` on PowerShell). This will build Meteor and put the JAR file in
51-
the `build/libs` folder.
52-
8. Copy the `meteor-client-x.x.x.jar` file to your `mods` folder.
48+
2. Click the `gradle.properties` file, it will contain the `minecraft_version` that the latest commit is built for.
49+
3. Click the `master` button in the top left, then click the `Tags` tab.
50+
4. Click on a tag, this will bring you to the repository at the state of that tag.
51+
5. Checkout tags from newer to older until you find the one where `minecraft_version` matches the one you want.
52+
6. Once you have found the tag you want, click the `Code` tab in the top left,
53+
then click the green `Code` button on the right and select `Download ZIP`.
54+
7. Extract the zip file and open a terminal in the extracted folder.
55+
8. Run the `gradlew build` command (or `.\gradlew build` on PowerShell).
56+
This will build Meteor and put the JAR file in the `build/libs` folder.
57+
9. Copy the `meteor-client-x.x.x.jar` file to your `mods` folder.
5358

5459
<br>
5560

0 commit comments

Comments
 (0)