From 896d47c2c4ea41d97d9a4f7ed50b775713b89571 Mon Sep 17 00:00:00 2001 From: oasoby <134684352+oasoby@users.noreply.github.com> Date: Sun, 3 Nov 2024 18:34:45 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=90=E3=83=BC=E3=82=B8=E3=83=A7=E3=83=B3?= =?UTF-8?q?=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 8 ++++---- scripts/main.js | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index 711c601..b04c955 100644 --- a/manifest.json +++ b/manifest.json @@ -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, @@ -10,9 +10,9 @@ ], "uuid": "fc863469-2162-461d-8ba8-2691c9197deb", "version": [ - 1, - 1, - 4 + 2, + 0, + 0 ] }, "modules": [ diff --git a/scripts/main.js b/scripts/main.js index 4f1b63d..9dc8151 100644 --- a/scripts/main.js +++ b/scripts/main.js @@ -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 です。"); } })