From 8a6b7e1737a390a8f3138e6b0b4dc2ac70581dd2 Mon Sep 17 00:00:00 2001 From: mosemister Date: Mon, 19 Aug 2024 09:16:24 +0100 Subject: [PATCH 1/4] Added api 12 --- source/plugin/api-versions.rst | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/source/plugin/api-versions.rst b/source/plugin/api-versions.rst index 59e310b8690..e75a47dd1d6 100644 --- a/source/plugin/api-versions.rst +++ b/source/plugin/api-versions.rst @@ -7,13 +7,15 @@ This page explains which API versions exist, and to which Minecraft version thei +-------------+--------------+----------------+-------------------------------------------+ | 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) | +| *12.0.0* | Jun 13, 2023 | TBA | * SpongeVanilla (1.21.1 - expected) | +-------------+--------------+----------------+-------------------------------------------+ -| 10.0.0 | Sep 3 2023 | TBA | * SpongeForge (1.19.4) | +| *11.0.0* | May 28, 2023 | TBA | * 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) | From 95ab69e7aac18ee1ef48af6ca6a933b9e66e3f35 Mon Sep 17 00:00:00 2001 From: mosemister Date: Thu, 3 Oct 2024 13:20:09 +0100 Subject: [PATCH 2/4] Added lex and neo forge to api 12 --- source/plugin/api-versions.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/plugin/api-versions.rst b/source/plugin/api-versions.rst index e75a47dd1d6..77050dca4aa 100644 --- a/source/plugin/api-versions.rst +++ b/source/plugin/api-versions.rst @@ -7,7 +7,9 @@ This page explains which API versions exist, and to which Minecraft version thei +-------------+--------------+----------------+-------------------------------------------+ | API-Version | Release Date | End of Updates | Known Implementations (Minecraft Version) | +=============+==============+================+===========================================+ -| *12.0.0* | Jun 13, 2023 | TBA | * SpongeVanilla (1.21.1 - expected) | +| *12.0.0* | Jun 13, 2023 | TBA | * SpongeVanilla (1.21.1) | +| | | | * SpongeForge (1.21.1) | +| | | | * SpongeNeo (1.21.1) | +-------------+--------------+----------------+-------------------------------------------+ | *11.0.0* | May 28, 2023 | TBA | * SpongeForge (1.20.6) | | | | | * SpongeVanilla (1.20.6) | From 96abdfd1a63e7abfabe869478f0daf2e1fb92ece Mon Sep 17 00:00:00 2001 From: mose Date: Fri, 3 Jan 2025 22:19:27 +0000 Subject: [PATCH 3/4] Added 13 and 14 --- source/plugin/api-versions.rst | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/source/plugin/api-versions.rst b/source/plugin/api-versions.rst index 77050dca4aa..842402a80e6 100644 --- a/source/plugin/api-versions.rst +++ b/source/plugin/api-versions.rst @@ -7,11 +7,19 @@ This page explains which API versions exist, and to which Minecraft version thei +-------------+--------------+----------------+-------------------------------------------+ | API-Version | Release Date | End of Updates | Known Implementations (Minecraft Version) | +=============+==============+================+===========================================+ -| *12.0.0* | Jun 13, 2023 | TBA | * SpongeVanilla (1.21.1) | -| | | | * SpongeForge (1.21.1) | -| | | | * SpongeNeo (1.21.1) | +| *14.0.0* | Nov 14, 2024 | TBA | * SpongeVanilla (1.21.4) | +| | | | * SpongeForge (1.21.4) | +| | | | * SpongeNeo (1.21.4) | +-------------+--------------+----------------+-------------------------------------------+ -| *11.0.0* | May 28, 2023 | TBA | * SpongeForge (1.20.6) | +| 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) | From ede4ff7d5f053fb8366b1859b2c10ddab43e3ce0 Mon Sep 17 00:00:00 2001 From: mose Date: Fri, 3 Jan 2025 22:33:24 +0000 Subject: [PATCH 4/4] Added some older versions --- source/plugin/api-versions.rst | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/source/plugin/api-versions.rst b/source/plugin/api-versions.rst index 842402a80e6..8e32f2528f8 100644 --- a/source/plugin/api-versions.rst +++ b/source/plugin/api-versions.rst @@ -2,7 +2,7 @@ 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) | @@ -54,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.