Skip to content

Commit

Permalink
1.21.50対応
Browse files Browse the repository at this point in the history
  • Loading branch information
oasoobi committed Dec 2, 2024
1 parent 5fbac22 commit 771dbbc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 28 deletions.
8 changes: 4 additions & 4 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
"format_version": 2,
"header": {
"name": "Note Block+ v2.0.3",
"name": "Note Block+ v2.0.4",
"description": "音ブロックの音階を表示するアドオン。 \nTwitter:@oasoby",
"min_engine_version": [
1,
21,
40
50
],
"uuid": "fc863469-2162-461d-8ba8-2691c9197deb",
"version": [
2,
0,
3
4
]
},
"modules": [
Expand Down Expand Up @@ -40,7 +40,7 @@
"dependencies": [
{
"module_name": "@minecraft/server",
"version": "1.16.0-beta"
"version": "1.17.0-beta"
},
{
"module_name": "@minecraft/server-ui",
Expand Down
22 changes: 0 additions & 22 deletions readme-en.md

This file was deleted.

4 changes: 2 additions & 2 deletions scripts/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -385,9 +385,9 @@ system.afterEvents.scriptEventReceive.subscribe(e => {
})
} else if (id == "note:version") {
if (sourceEntity.getDynamicProperty("language") == 1) {
sourceEntity.sendMessage("§eNoteBlock+のバージョンは 2.0.3 です。");
sourceEntity.sendMessage("§eNoteBlock+のバージョンは 2.0.4 です。");
} else {
sourceEntity.sendMessage("§eNoteBlock+ is at version 2.0.3.");
sourceEntity.sendMessage("§eNoteBlock+ is at version 2.0.4.");
}
}
})
Expand Down

0 comments on commit 771dbbc

Please sign in to comment.