Skip to content

Commit

Permalink
🔖 v1.3.3 (#76)
Browse files Browse the repository at this point in the history
* 🚸 難易度表記を自分のログイン時のみ表示するように
* ⚡ tick処理を改善
* 🚸 Sina-TKの竹の所持数チェック部分の処理を改善
* ⚖️ 木洩れ日の新芽のMP消費を0に
* ⚖️ 神託の刻まれた石板の効果時間を調整
* 🚸 機関銃の音量を半分に
* 🩹 ジュエルハンターが攻撃したプレイヤーに向かって反撃するように

* 🐛 ホーリー・バリアで敵が死なない問題を修正
* 🐛 一部テクスチャが欠落していた問題を修正
  • Loading branch information
haiiro2gou authored May 7, 2024
1 parent d61c199 commit 2fe0400
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# @within function core:patcher/load

#> バージョン情報の設定
data modify storage global Patcher.Version set value "v1.3.2"
data modify storage global Patcher.Version set value "v1.3.3"
tellraw @a [{"text":"================================","color":"gold"}]
tellraw @a [{"text":"TSB-Patcher ","color":"green"},{"nbt":"Patcher.Version","storage":"minecraft:global","color":"dark_gray"},{"text":" by はいいろ。","color":"gray"}]
tellraw @a [{"text":""}]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ execute if data storage global Patcher{Version:"v1.2.0"} run function core:patch
execute if data storage global Patcher{Version:"v1.2.1"} run function core:patcher/migration/v1.3.0/
execute if data storage global Patcher{Version:"v1.3.0"} run function core:patcher/migration/v1.3.1/
execute if data storage global Patcher{Version:"v1.3.1"} run function core:patcher/migration/v1.3.2/
execute if data storage global Patcher{Version:"v1.3.2"} run function core:patcher/migration/v1.3.3/
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#> core:patcher/migration/v1.3.3/
# @within function core:patcher/migration/

# マイグレーション先バージョン設定
data modify storage global Patcher.Version set value "v1.3.3"

0 comments on commit 2fe0400

Please sign in to comment.