diff --git a/Asset/data/asset/functions/artifact/0090.leather_armor_set/give/2.give.mcfunction b/Asset/data/asset/functions/artifact/0090.leather_armor_set/give/2.give.mcfunction index d33af23fb8..07d0b55a17 100644 --- a/Asset/data/asset/functions/artifact/0090.leather_armor_set/give/2.give.mcfunction +++ b/Asset/data/asset/functions/artifact/0090.leather_armor_set/give/2.give.mcfunction @@ -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