Skip to content

Commit

Permalink
Merge branch 'darkness_fix' into Sora
Browse files Browse the repository at this point in the history
  • Loading branch information
Gakuto1112 committed Mar 5, 2025
2 parents 184b572 + bf9703e commit a08df65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/README_templates/jp.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ Figuraには、アクションホイールキー(デフォルトは「B」キ
右クリックすると、最新のアバターのダウンロードリンクをクリップボードにコピーします。お使いのブラウザからダウンロードページにアクセスしてください。なお、1回もアップデートの確認を行っていなかったり、長期間アップデートの確認を行っていなかったりする場合は正常なリンクを取得できませんのでご注意ください。

### アバターのバージョン表示
## アバターのバージョン表示
v1.26.0より、アクションホイールを開けている際に、画面左上に現在使用中のアバターのバージョンとアップデートの有無が表示されます。

![アバターバージョン表示](../README_images/version_information.jpg)
Expand Down
2 changes: 1 addition & 1 deletion scripts/general.lua
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ General = {
getTargetEffect = function (name)
if host:isHost() then
for _, effect in ipairs(host:getStatusEffects()) do
local effectName = effect.name:match("^effect%.minecraft%.(.+)$")
local effectName = effect.name:match("minecraft[%.:](.+)$")
if effectName == name then
return effect
end
Expand Down

0 comments on commit a08df65

Please sign in to comment.