Update to Minecraft 1.20.2

By: md_5 <git@md-5.net>
This commit is contained in:
Bukkit/Spigot
2023-09-22 02:40:00 +10:00
parent e589401ea7
commit a67391a13e
9 changed files with 56 additions and 12 deletions

View File

@@ -34,7 +34,9 @@ public interface DataPack extends Keyed {
* This is related to the server version to work.
*
* @return the pack version
* @deprecated packs can support multiple versions
*/
@Deprecated
public int getPackFormat();
/**