From a748b903e0c08bd503ed984276d4f05bce80a85a Mon Sep 17 00:00:00 2001 From: Jakob K Date: Tue, 15 Jun 2021 21:18:11 +0200 Subject: [PATCH] Add Java 16 notice --- guide/docs/migration/1_16_to_1_17.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/guide/docs/migration/1_16_to_1_17.md b/guide/docs/migration/1_16_to_1_17.md index 668bf17b..f453fd76 100644 --- a/guide/docs/migration/1_16_to_1_17.md +++ b/guide/docs/migration/1_16_to_1_17.md @@ -25,3 +25,6 @@ You can no longer await anvil input from a player. This feature was not stable e The `Listener.register()` extension function now is no longer available, instead it has been replaced by `SingleListener.register()`. Don't worry, this means that this change does not affect you if you are using the `listen` function provided by KSpigot. + +KSpigot is now compiled using **Java 16**! Make sure to use Java 16 aswell. Java 16 is now the minimum required version +for Minecraft by Mojang.