APIのバージョン
このページではどのAPIのバージョンが存在しているか、そしてそれらの実装がどのMinecraftのバージョンに属するかを説明しています。
APIのバージョン |
公開日 |
サポートの終了日 |
実装 (Minecraftのバージョン) |
---|---|---|---|
8.0.0 |
未定 |
未定 |
|
7.2.0 |
Mar 29, 2020 |
未定 |
|
7.1.0 |
2018年9月6日 |
Mar 28, 2020 |
|
7.0.0 |
2018年1月18日 |
Sep 5, 2018 |
|
6.0.0 |
2017年5月2日 |
2017年12月31日 |
|
5.1.0 |
2017年2月25日 |
2017年12月31日 |
|
常に最新の安定したバージョンのAPI、またはLSTバージョンを更新して下さい。
注釈
You may still choose to develop and release plugins against versions that have reached the end of support, but the Sponge team will not provide bug fixes or features to unsupported builds.
Getting the API Version from Implementations
Getting it from the Jar
See Versioning.
Getting the Minecraft Version from Implementations
Getting it from the Sources
For SpongeForge or SpongeVanilla:
Go to the referenced SpongeCommon repository and check the
gradle.properties
in the project root. It contains an entry with theminecraftVersion
.注釈
The same works for the
mcpMappings
version.For SpongeVanilla (only):
Check the
gradle.properties
in the project root. It contains an entry with theminecraftVersion
.