Skip to content

Commit

Permalink
💬 [Artifact 90] アイテム名をバニラ準拠に修正
Browse files Browse the repository at this point in the history
  • Loading branch information
haiiro2gou committed Mar 5, 2025
1 parent e48faf5 commit b8fb3a5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
# 神器のベースアイテム
data modify storage asset:artifact Item set value "minecraft:carrot_on_a_stick"
# 神器の名前 (TextComponentString)
data modify storage asset:artifact Name set value '{"text":"皮装備セット","italic":false}'
data modify storage asset:artifact Name set value '{"text":"革装備セット","italic":false}'
# 神器の説明文 (TextComponentString[])
data modify storage asset:artifact Lore set value ['{"text":"エンチャント不可の皮装備を装着する"}']
data modify storage asset:artifact Lore set value ['{"text":"エンチャント不可の革装備を装着する"}']
# 消費アイテム ({Item: TextComponent, Count: int, Extra?: TextComponent}) (オプション)
# data modify storage asset:artifact ConsumeItem.Item set value
# data modify storage asset:artifact ConsumeItem.Count set value
Expand Down

0 comments on commit b8fb3a5

Please sign in to comment.