Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update releases.mdx #157

Merged
merged 1 commit into from
Oct 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 5 additions & 6 deletions src/content/docs/information/releases.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
description: Every major Minecraft release, it's required Java version and noticable changes.
slug: release
title: Release Tracker
lastUpdated: 2023-12-10
lastUpdated: 2024-10-24
sidebar:
order: 3
---
Expand All @@ -11,16 +11,15 @@ This page aims to cover the latest information for Java tracking the required Ja

Major Release | Revision Version | Java Support | PaperMC Build | Purpur Build
------------ |------------ | ------------ | --------| --------
1.21 | 0 | Java 21 | ✔ | ✔
1.21 | 3 | Java 21 | ✔ | ✔

<small>If you come back to this page at a later date in time and you cannot see a build for the newest release check one of the following links for updates: <a href="https://github.com/PaperMC/Paper/issues">PaperMC Github</a> or <a href="https://github.com/PurpurMC/Purpur/issues">PurpurMC Github</a></small>

### Notable Changes

<ul class="pl-5 list-disc">
<li>Added new structures</li>
<li>Added new mobs</li>
<li>Added new weapon</li>
<li>Fixes an error when attempting to join a Realm with a Resource Pack enabled</li>
<li>Salmon from 1.21.1 or before shrink when updating to 1.21.2. This version will upgrade any small Salmon from previous versions into medium variants, including any from 1.21.2</li>
</ul>

A full change log can be found here: https://www.minecraft.net/en-us/article/minecraft-java-edition-1-21
A full change log can be found here: https://www.minecraft.net/article/minecraft-java-edition-1-21-3
Loading