Skip to content

Commit

Permalink
バージョンを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
oasoobi committed Nov 3, 2024
1 parent b2864e7 commit 896d47c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"format_version": 2,
"header": {
"name": "Note Block+ v1.1.4",
"name": "Note Block+ v2.0.0",
"description": "音ブロックの音階を表示するアドオン。 \nTwitter:@oasoby",
"min_engine_version": [
1,
Expand All @@ -10,9 +10,9 @@
],
"uuid": "fc863469-2162-461d-8ba8-2691c9197deb",
"version": [
1,
1,
4
2,
0,
0
]
},
"modules": [
Expand Down
2 changes: 1 addition & 1 deletion scripts/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ system.afterEvents.scriptEventReceive.subscribe(e => {
sourceEntity.playSound("random.orb");
})
} else if (id == "note:version") {
sourceEntity.sendMessage("§eNoteBlock+のバージョンは 1.1.4 です。")
sourceEntity.sendMessage("§eNoteBlock+のバージョンは 2.0.0 です。");
}
})

Expand Down

0 comments on commit 896d47c

Please sign in to comment.