この項目はJava Edition限定の要素です。
知恵の本(英:Knowledge Book)は、使用時にクラフトレシピを付与する実用的なアイテムである。
入手[]
知恵の本はコマンドのみで入手できる。
例えば、バケツや植木鉢のレシピを解除する知恵の本を得るには、以下のコマンドを使用する: /give @s minecraft:knowledge_book 1 0 {Recipes:["minecraft:bucket", "minecraft:flower_pot"]}
用途[]
知恵の本は、クラフトレシピを自身に追加する機能がある。 それにより、プレイヤーのクラフトレシピを解除する目的で使用される。
知恵の本は /gamerule doLimitedCrafting
が true に設定されているときに最も効果を発揮する。なぜなら、レシピが最初に解除されてしまっていると、どのアイテムもクラフトできてしまうからである。
技術的情報[]
ID[]
名称 | 名前空間ID | 形態 | 翻訳キー |
---|---|---|---|
知恵の本 | knowledge_book | アイテム | item.minecraft.knowledge_book |
アイテムデータ[]
レシピ本は Recipes
NBTタグを使用して含まれているレシピを表示する。
以下のNBT構造は、Recipes
タグがどのように編成されているかを示しており、tag
タグの上位には含まれていない。アイテムの完全な NBT はここで見つけることができる。
- Entity data
- Item: The item
- tag: Additional information about the item. This tag is optional for most items.
- Recipes: The list of recipes this book contains.
- the name of a recipe, for instance
minecraft:gold_nugget
orminecraft:gold_ingot_from_nuggets
- the name of a recipe, for instance
- Recipes: The list of recipes this book contains.
- tag: Additional information about the item. This tag is optional for most items.
- Item: The item
歴史[]
Java Edition | |||||
---|---|---|---|---|---|
1.12 | 17w13a | 知恵の本が追加された。 | |||
1.13 | 17w47a | 平坦化以前は、このアイテムの数値IDは453だった。 | |||
1.14 | 18w43a | 知恵の本のテクスチャが変更された。 |
問題点[]
「知恵の本」に関する問題点は、バグトラッカーにて管理されている。問題点の報告はそちらで行ってほしい。