Skip to content

Commit

Permalink
Added api 12 to list of apis (#1006)
Browse files Browse the repository at this point in the history
* Added api 12

* Added lex and neo forge to api 12

* Added 13 and 14

* Added some older versions

---------

Co-authored-by: mosemister <mosemister@users.noreply.github.com>
  • Loading branch information
mosemister and mosemister authored Jan 3, 2025
1 parent f1adb48 commit 305434d
Showing 1 changed file with 24 additions and 6 deletions.
30 changes: 24 additions & 6 deletions source/plugin/api-versions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,30 @@
API-Versions
============

This page explains which API versions exist, and to which Minecraft version their implementations belong.
This page explains which API versions exist, and to which Minecraft version(s) their implementations belong.

+-------------+--------------+----------------+-------------------------------------------+
| API-Version | Release Date | End of Updates | Known Implementations (Minecraft Version) |
+=============+==============+================+===========================================+
| *11.0.0* | TBA | TBA | * SpongeForge (1.20.4 - expected) |
| | | | * SpongeVanilla (1.20.4 - expected) |
| *14.0.0* | Nov 14, 2024 | TBA | * SpongeVanilla (1.21.4) |
| | | | * SpongeForge (1.21.4) |
| | | | * SpongeNeo (1.21.4) |
+-------------+--------------+----------------+-------------------------------------------+
| 10.0.0 | Sep 3 2023 | TBA | * SpongeForge (1.19.4) |
| 13.0.0 | Aug 6, 2024 | Dec 29, 2024 | * SpongeVanilla (1.21.2-1.21.3) |
| | | | * SpongeForge (1.21.3) |
| | | | * SpongeNeo (1.21.2-1.21.3) |
+-------------+--------------+----------------+-------------------------------------------+
| 12.0.0 | Jun 13, 2023 | TBA | * SpongeVanilla (1.20.0-1.21.1) |
| | | | * SpongeForge (1.20.0-1.21.1) |
| | | | * SpongeNeo (1.20.0-1.21.1) |
+-------------+--------------+----------------+-------------------------------------------+
| 11.0.0 | May 28, 2023 | Nov 21, 2024 | * SpongeForge (1.20.6) |
| | | | * SpongeVanilla (1.20.6) |
+-------------+--------------+----------------+-------------------------------------------+
| 10.0.0 | Sep 3, 2023 | May 13, 2023 | * SpongeForge (1.19.4) |
| | | | * SpongeVanilla (1.19.4) |
+-------------+--------------+----------------+-------------------------------------------+
| 9.0.0 | May 19 2022 | April 1, 2023 | * SpongeVanilla (1.18.2) |
| 9.0.0 | May 19, 2022 | April 1, 2023 | * SpongeVanilla (1.18.2) |
+-------------+--------------+----------------+-------------------------------------------+
| 8.2.0 | Sep 3, 2023 | Sep 3, 2023 | * SpongeForge (1.16.5) |
| | | | * SpongeVanilla (1.16.5) |
Expand Down Expand Up @@ -42,9 +54,15 @@ This page explains which API versions exist, and to which Minecraft version thei
| 6.0.0 | May 2, 2017 | Dec 31, 2017 | * SpongeForge (1.11.2) |
| | | | * SpongeVanilla (1.11.2) |
+-------------+--------------+----------------+-------------------------------------------+
| 5.1.0 | Feb 25, 2017 | Dec 31, 2017 | * SpongeForge (1.10.2) |
| 5.2.0 | Sep 17, 2017 | Dec 31, 2017 | * SpongeForge (1.10.2) |
| | | | * SpongeVanilla (1.10.2) |
+-------------+--------------+----------------+-------------------------------------------+
| 5.1.0 | Feb 25, 2017 | Sep 16, 2017 | * SpongeForge (1.10.2) |
| | | | * SpongeVanilla (1.10.2) |
+-------------+--------------+----------------+-------------------------------------------+
| 5.0.0 | | | * SpongeForge (1.9.4) |
| | | | * SpongeVanilla (1.9.4) |
+-------------+--------------+----------------+-------------------------------------------+

It is recommended to always update to the latest stable version of the API or to an LTS version.

Expand Down

0 comments on commit 305434d

Please sign in to comment.