Skip to content

Commit

Permalink
コードの最適化及び、NoteStickの削除
Browse files Browse the repository at this point in the history
  • Loading branch information
oasoobi committed Nov 3, 2024
1 parent f2a6cf2 commit 025d9b4
Show file tree
Hide file tree
Showing 7 changed files with 209 additions and 261 deletions.
1 change: 1 addition & 0 deletions functions/note/toggle.mcfunction
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
execute as @s run scriptevent note:toggle
1 change: 1 addition & 0 deletions functions/note/version.mcfunction
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
execute as @s run scriptevent note:version
25 changes: 0 additions & 25 deletions items/note_stick.json

This file was deleted.

12 changes: 6 additions & 6 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"format_version": 2,
"header": {
"name": "Note Block+ v1.1.3",
"description": "音ブロックの音階を表示します。",
"name": "Note Block+ v1.1.4",
"description": "音ブロックの音階を表示するアドオン。 \nTwitter:@oasoby",
"min_engine_version": [
1,
21,
30
40
],
"uuid": "fc863469-2162-461d-8ba8-2691c9197deb",
"version": [
1,
1,
3
4
]
},
"modules": [
Expand Down Expand Up @@ -40,11 +40,11 @@
"dependencies": [
{
"module_name": "@minecraft/server",
"version": "2.0.0-alpha"
"version": "1.16.0-beta"
},
{
"module_name": "@minecraft/server-ui",
"version": "2.0.0-alpha"
"version": "1.4.0-beta"
}
]
}
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"author": "",
"license": "ISC",
"dependencies": {
"@minecraft/server": "^1.15.0-beta.1.21.30-stable",
"@minecraft/server-ui": "^1.4.0-beta.1.21.30-stable",
"@minecraft/server": "^1.16.0-beta.1.21.44-stable",
"@minecraft/server-ui": "^1.4.0-beta.1.21.44-stable",
"i": "^0.3.7",
"npm": "^10.5.2"
}
Expand Down
Loading

0 comments on commit 025d9b4

Please sign in to comment.