Add the MC 1.18 message to Java Version Modal (#3778)

This commit is contained in:
Boy132 2021-12-04 19:35:20 +01:00 committed by GitHub
parent 49d5ef271d
commit 96c3338e96
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,6 +31,7 @@ const JavaVersionModalFeature = () => {
const errors = [ const errors = [
'minecraft 1.17 requires running the server with java 16 or above', 'minecraft 1.17 requires running the server with java 16 or above',
'minecraft 1.18 requires running the server with java 17 or above',
'java.lang.unsupportedclassversionerror', 'java.lang.unsupportedclassversionerror',
'unsupported major.minor version', 'unsupported major.minor version',
'has been compiled by a more recent version of the java runtime', 'has been compiled by a more recent version of the java runtime',