From ede4ff7d5f053fb8366b1859b2c10ddab43e3ce0 Mon Sep 17 00:00:00 2001 From: mose Date: Fri, 3 Jan 2025 22:33:24 +0000 Subject: [PATCH] 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.