Skip to content

Commit 305434d

Browse files
authored
Added api 12 to list of apis (#1006)
* Added api 12 * Added lex and neo forge to api 12 * Added 13 and 14 * Added some older versions --------- Co-authored-by: mosemister <[email protected]>
1 parent f1adb48 commit 305434d

File tree

1 file changed

+24
-6
lines changed

1 file changed

+24
-6
lines changed

source/plugin/api-versions.rst

+24-6
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,30 @@
22
API-Versions
33
============
44

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

77
+-------------+--------------+----------------+-------------------------------------------+
88
| API-Version | Release Date | End of Updates | Known Implementations (Minecraft Version) |
99
+=============+==============+================+===========================================+
10-
| *11.0.0* | TBA | TBA | * SpongeForge (1.20.4 - expected) |
11-
| | | | * SpongeVanilla (1.20.4 - expected) |
10+
| *14.0.0* | Nov 14, 2024 | TBA | * SpongeVanilla (1.21.4) |
11+
| | | | * SpongeForge (1.21.4) |
12+
| | | | * SpongeNeo (1.21.4) |
1213
+-------------+--------------+----------------+-------------------------------------------+
13-
| 10.0.0 | Sep 3 2023 | TBA | * SpongeForge (1.19.4) |
14+
| 13.0.0 | Aug 6, 2024 | Dec 29, 2024 | * SpongeVanilla (1.21.2-1.21.3) |
15+
| | | | * SpongeForge (1.21.3) |
16+
| | | | * SpongeNeo (1.21.2-1.21.3) |
17+
+-------------+--------------+----------------+-------------------------------------------+
18+
| 12.0.0 | Jun 13, 2023 | TBA | * SpongeVanilla (1.20.0-1.21.1) |
19+
| | | | * SpongeForge (1.20.0-1.21.1) |
20+
| | | | * SpongeNeo (1.20.0-1.21.1) |
21+
+-------------+--------------+----------------+-------------------------------------------+
22+
| 11.0.0 | May 28, 2023 | Nov 21, 2024 | * SpongeForge (1.20.6) |
23+
| | | | * SpongeVanilla (1.20.6) |
24+
+-------------+--------------+----------------+-------------------------------------------+
25+
| 10.0.0 | Sep 3, 2023 | May 13, 2023 | * SpongeForge (1.19.4) |
1426
| | | | * SpongeVanilla (1.19.4) |
1527
+-------------+--------------+----------------+-------------------------------------------+
16-
| 9.0.0 | May 19 2022 | April 1, 2023 | * SpongeVanilla (1.18.2) |
28+
| 9.0.0 | May 19, 2022 | April 1, 2023 | * SpongeVanilla (1.18.2) |
1729
+-------------+--------------+----------------+-------------------------------------------+
1830
| 8.2.0 | Sep 3, 2023 | Sep 3, 2023 | * SpongeForge (1.16.5) |
1931
| | | | * SpongeVanilla (1.16.5) |
@@ -42,9 +54,15 @@ This page explains which API versions exist, and to which Minecraft version thei
4254
| 6.0.0 | May 2, 2017 | Dec 31, 2017 | * SpongeForge (1.11.2) |
4355
| | | | * SpongeVanilla (1.11.2) |
4456
+-------------+--------------+----------------+-------------------------------------------+
45-
| 5.1.0 | Feb 25, 2017 | Dec 31, 2017 | * SpongeForge (1.10.2) |
57+
| 5.2.0 | Sep 17, 2017 | Dec 31, 2017 | * SpongeForge (1.10.2) |
4658
| | | | * SpongeVanilla (1.10.2) |
4759
+-------------+--------------+----------------+-------------------------------------------+
60+
| 5.1.0 | Feb 25, 2017 | Sep 16, 2017 | * SpongeForge (1.10.2) |
61+
| | | | * SpongeVanilla (1.10.2) |
62+
+-------------+--------------+----------------+-------------------------------------------+
63+
| 5.0.0 | | | * SpongeForge (1.9.4) |
64+
| | | | * SpongeVanilla (1.9.4) |
65+
+-------------+--------------+----------------+-------------------------------------------+
4866

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

0 commit comments

Comments
 (0)