Skip to content

Commit

Permalink
💡 コメントを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenCMD authored Oct 20, 2024
1 parent 46bde62 commit 1099b43
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@
data modify storage player_manager:lost_item Temp set from storage api: Inventory
# Slotを削除
data remove storage player_manager:lost_item Temp[].Slot
# 消滅の呪い付きアイテムを削除
# 消滅の呪い付きアイテムを削除する
data remove storage player_manager:lost_item Temp[{tag:{Enchantments:[{id:"minecraft:vanishing_curse"}]}}]
# SoulBound 付きのアイテムを削除する (手元に残すので)
data remove storage player_manager:lost_item Temp[{tag:{TSB:{SoulBound:true}}}]
# UserStorage呼び出し
function oh_my_dat:please
Expand Down

0 comments on commit 1099b43

Please sign in to comment.