Skip to content

Commit

Permalink
✨ Support JE 1.16
Browse files Browse the repository at this point in the history
Resolve #327.
  • Loading branch information
SPGoding committed Feb 14, 2020
1 parent 398a655 commit 4b1882e
Show file tree
Hide file tree
Showing 8 changed files with 175,124 additions and 430 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,11 @@
"datapackLanguageServer.env.version": {
"type": "string",
"enum": [
"1.15"
"1.15",
"1.16"
],
"markdownDescription": "Game version.",
"default": "1.15"
"default": "1.16"
},
"datapackLanguageServer.snippets": {
"type": "object",
Expand Down
Loading

0 comments on commit 4b1882e

Please sign in to comment.