魔法のかけら
魔法のかけら

魔法のかけらは、魔法のアイテムを入手するための中間素材アイテムである。
入手
技術的情報
ベースアイテム
| 名称 | リソース位置 |
|---|---|
| アメジストの欠片 | amethyst_shard |
コンポーネント
JSON
{
id: "minecraft:amethyst_shard",
components: {
"minecraft:lore": [
{
italic: 0b,
text: "不思議なアイテムを買うのに使います"
}
],
"minecraft:custom_name": {
italic: 0b,
text: "魔法のかけら",
color: "light_purple"
},
"minecraft:enchantments": {
"minecraft:unbreaking": 1
},
"minecraft:custom_model_data": {
floats: [1.0f]
}
}
}