Skip to content

Commit

Permalink
start adapting for mcstable.1.20.30
Browse files Browse the repository at this point in the history
  • Loading branch information
Silvigarabis committed Sep 23, 2023
1 parent a77b35e commit 488ff5e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions install_deps.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
npm i --no-bin-links @minecraft/[email protected]preview.24
npm i --no-bin-links @minecraft/[email protected]preview.24
npm i --no-bin-links @minecraft/[email protected]stable
npm i --no-bin-links @minecraft/[email protected]stable
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"dependencies": {
"@minecraft/server": "^1.6.0-beta.1.20.30-preview.24",
"@minecraft/server-gametest": "^1.0.0-beta.1.20.30-preview.24"
"@minecraft/server": "1.6.0-beta.1.20.30-stable",
"@minecraft/server-gametest": "1.0.0-beta.1.20.30-stable"
},
"devDependencies": {
"typescript": "^4.9.3"
Expand Down

0 comments on commit 488ff5e

Please sign in to comment.