Skip to content

Commit

Permalink
Merge pull request #37 from Unknown-Creators-Team/support-1.20.50
Browse files Browse the repository at this point in the history
Support 1.20.50
  • Loading branch information
Nano191225 authored Dec 6, 2023
2 parents c5890d5 + dc644b6 commit c9641cc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
node_modules/
.vscode/
.history/
@types/
package-lock.json
2 changes: 1 addition & 1 deletion functions/Capi/version.mcfunction
Original file line number Diff line number Diff line change
@@ -1 +1 @@
tellraw @s {"rawtext":[{"text":"Commander API >> Version 1.9.0 (Stable Official Release)"}]}
tellraw @s {"rawtext":[{"text":"Commander API >> Version 1.10.0 (Stable Official Release)"}]}
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name": "Commander API",
"description": "マインクラフト統合版のコマンドを拡張します。",
"uuid": "ebac7142-c210-4d32-87ba-5650be52f456",
"version": [ 1, 9, 0 ],
"version": [ 1, 10, 0 ],
"min_engine_version": [ 1, 19, 0 ]
},
"metadata": {
Expand All @@ -28,7 +28,7 @@
"dependencies": [
{
"module_name": "@minecraft/server",
"version": "1.7.0-beta"
"version": "1.8.0-beta"
},
{
"module_name": "@minecraft/server-ui",
Expand Down

0 comments on commit c9641cc

Please sign in to comment.