Add the MC 1.18 message to Java Version Modal (#3778)
This commit is contained in:
parent
49d5ef271d
commit
96c3338e96
1 changed files with 1 additions and 0 deletions
|
@ -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',
|
||||||
|
|
Loading…
Reference in a new issue