Skip to content

Commit

Permalink
Update Java Version Model Feature to add Minecraft 1.19 error
Browse files Browse the repository at this point in the history
  • Loading branch information
danny6167 committed Jul 1, 2024
1 parent 8ae76c3 commit e82601f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import InputSpinner from '@/components/elements/InputSpinner';
const MATCH_ERRORS = [
'minecraft 1.17 requires running the server with java 16 or above',
'minecraft 1.18 requires running the server with java 17 or above',
'minecraft 1.19 requires running the server with java 17 or above',
'java.lang.unsupportedclassversionerror',
'unsupported major.minor version',
'has been compiled by a more recent version of the java runtime',
Expand Down

0 comments on commit e82601f

Please sign in to comment.