The recipe book is a mechanic in Minecraft that serves as a catalog of recipes and as a crafting, smelting, and banner patterning guide.
Interface[]
Java Edition[]
The recipe book can be displayed in inventory, crafting table, furnace, blast furnace and smoker. The player must enter the GUI and press the knowledge book icon; the recipe book then opens to the left.
Recipes are stored in several different tabs:
- Crafting Table and Inventory
- The first, topmost tab contains every unlocked recipe.
- The second tab contains tools, weapons, and armor.
- The third tab contains building materials.
- The fourth tab contains food items and miscellaneous things.
- The fifth tab contains redstone materials.
- Furnace
- The first, topmost tab contains every unlocked recipe.
- The second tab contains food items.
- The third tab contains building and decorative materials.
- The fourth tab contains miscellaneous things.
- Blast Furnace
- The first, topmost tab contains every unlocked recipe.
- The second tab contains the smelting recipe for Redstone Ore.[1]
- The third tab contains smelted ores and recipes for recycling iron, gold, and chainmail gear.
- Smoker
- The first, topmost tab contains every unlocked recipe.
- The second tab contains food items.
Clicking on an item in the list displays its recipe in the grid. The item can then be crafted if the materials are available; otherwise, the button containing the item is highlighted red. Each click shows alternate patterns for the same crafting recipe, if there are several patterns (for example, each click on a banner crafting recipe shows all the possible banners using different colored wools). Right-click on the item shows all the alternate patterns.
Shift-clicking an item in the list puts all available materials in the crafting grid.
The button in the top right corner of the recipe book toggles between "Show all" and "Show craftable"; the latter displays only recipes for which the player has the necessary materials in their inventory. The top-left corner also contains a search bar to further narrow the list.
There are also recipes for campfires and stonecutters, but they don't have a recipe book interface.
Tabs for specific categories can be hidden from the recipe book if there are no known recipes for that particular tab, but the search tab is always visible even if there are no known recipes.
The recipe book as it appears in the survival inventory screen.
The recipe book as it appears in the crafting table screen.
The recipe book as it appears in the furnace screen.
The recipe book as it appears in the blast furnace screen.
The recipe book as it appears in the smoker screen.
Bedrock Edition[]
Unlike Java Edition, the recipe book can only be displayed in inventory and crafting table in Survival mode. The player must enter the GUI and click on the recipe book tab.
Recipes are stored in several different tabs. The tabs contain matching items from each tab of the Creative inventory, so an item found in a particular tab in Creative can be found in its equivalent tab in the recipe book, should it have a recipe.
- The first tab contains building materials.
- The second tab contains tools, weapons, and armor.
- The third tab contains ore items and miscellaneous things.
- The fourth tab contains nature-related materials and food.
- The fifth and last tab contains every unlocked recipe.
Clicking on an item in the list puts all available materials in the crafting grid, displaying the recipe. The item can then be crafted if the materials are available; otherwise, the button containing the item is highlighted red. Right-click on the item automatically crafts it, and pressing ⇧ Shift crafts all items based on how many materials the player have in the inventory.
The button in the top right corner of the recipe book toggles between "All" and "Craftable"; the latter displays only recipes for which the player has the necessary materials in their inventory. The top-left corner also contains a search bar to further narrow the list.
The recipe book as it appears in the survival inventory screen.
The recipe book as it appears in the crafting table screen.
Unlocking[]
Reason: furnace/smoker/blast furnace/campfire recipes; bedrock "unlock" system
The player can unlock new recipes upon meeting certain criteria (gathering materials, being near water, having a certain number of filled inventory slots, etc) It is also possible to use a knowledge book to unlock new recipes.
Once a recipe has been unlocked, the player will receive a notification in the top right-hand corner of their screen, alerting the player that new recipes have been unlocked. They can then open their inventory, or use a block (Crafting table, furnace, blast furnace, smoker, etc) to view the recipe and the materials required to craft the recipe result.
Recipes can also be given or taken away by using the /recipe
command.
Crafting table recipes[]
Smelting Recipes[]
Stonecutter Recipes[]
Stonecutter Result | Unlocking Criteria |
---|---|
Have the respective block | |
Have stone | |
Have stone bricks | |
Have granite | |
Have diorite | |
Have andesite | |
Have cobbled deepslate | |
Have polished deepslate | |
Have deepslate bricks | |
Have sandstone | |
Have red sandstone | |
Have nether bricks | |
Have basalt | |
Have blackstone | |
Have polished blackstone | |
Have end stone | |
Have purpur block | |
Have block of quartz | |
Have block of copper (the respective variant) | |
Have waxed block of copper (the respective variant) |
Sounds[]
Recipe toast[]
Sound | Subtitles | Source | Description | Resource location | Translation key | Volume | Pitch | Attenuation distance |
---|---|---|---|---|---|---|---|---|
None[sound 1] | Master Volume | When a recipe is unlocked | ui | None[sound 1] | 0.4 | 1.0 | 16 | |
None[sound 1] | Master Volume | When a recipe toast finishes | ui | None[sound 1] | 0.4 | 1.0 | 16 |
Sound | Source | Description | Resource location | Volume | Pitch |
---|---|---|---|---|---|
Sound | When a recipe is unlocked | random | 1.0 | 1.0 | |
Sound | When a recipe toast finishes | random | 1.0 | 1.0 |
Data values[]
Player data[]
- Player.dat root tag
- recipeBook
- recipes A list of all recipes the player has seen.
- : the name of a recipe, for instance
minecraft:gold_nugget
orminecraft:gold_ingot_from_nuggets
- : the name of a recipe, for instance
- toBeDisplayed A list of all recipes the player has unlocked, but not viewed in the crafting helper yet.
- : the name of a recipe, for instance
minecraft:gold_nugget
orminecraft:gold_ingot_from_nuggets
- : the name of a recipe, for instance
- isFilteringCraftable: 0 or 1 (true/false). True if the player has enabled the "Show Craftable" feature in the crafting recipe book.
- isGuiOpen: 0 or 1 (true/false). True if the player has the crafting recipe book GUI open.
- isFurnaceFilteringCraftable: 0 or 1 (true/false). True if the player has enabled the "Show Smeltable" feature in the smelting recipe book.
- isFurnaceGuiOpen: 0 or 1 (true/false). True if the player has the smelting recipe book GUI open.
- isBlastingFurnaceFilteringCraftable: 0 or 1 (true/false). True if the player has enabled the "Show Blastable" feature in the blasting recipe book.
- isBlastingFurnaceGuiOpen: 0 or 1 (true/false). True if the player has the blasting recipe book GUI open.
- isSmokerFilteringCraftable: 0 or 1 (true/false). True if the player has enabled the "Show Smokable" feature in the smoking recipe book.
- isSmokerGuiOpen: 0 or 1 (true/false). True if the player has the smoking recipe book GUI open.
- recipes A list of all recipes the player has seen.
- recipeBook
History[]
Java Edition | |||||
---|---|---|---|---|---|
October 30, 2015 | Developers discussed the possibility of a recipe book during a Pocket Edition/Windows 10 Edition Q&A livestream. | ||||
September 25, 2016 | At MineCon 2016, Tommaso Checchi explained the need for a recipe book while discussing the unification of the desktop and pocket platforms. | ||||
1.12 | March 23, 2017 | Maria Lemón revealed the new recipe book feature. | |||
17w13a | Added the recipe book. | ||||
The recipe book in the crafting table contains five tabs. Tabs for specific categories are hidden if there are no known recipes for that tab, except the search tab which is always visible.
| |||||
17w14a | Changed the icon on the trigger button from a standard book to a knowledge book. | ||||
Added a shift-click ability to the recipe book that puts all available materials in the crafting grid. | |||||
Added a new pop-up notification that appears when new recipes are unlocked. | |||||
Added an easter egg that appears when searching for "excited" within the recipe book. | |||||
17w15a | The icon in the pop-up notification now quickly cycles through all recipes that were unlocked. | ||||
17w17a | Optimized the recipe book. | ||||
Added the toBeDisplayed NBT tag, which stores recipe names that the player has unlocked, but not viewed in the crafting helper yet (used for the animation for new recipes). | |||||
17w18a | Optimized recipe book, fixing several issues with the "Show craftable" option. | ||||
The word that triggers the easter egg is now "excitedze" rather than "excited". | |||||
pre1 | Further optimizations to the recipe book. | ||||
pre3 | Optimized recipe searching. | ||||
pre6 | Further optimizations to searching, especially while using mods. | ||||
release | Added sliding sounds for the notification that appears when recipes are unlocked. | ||||
1.13 | 18w06a | Recipe book icon now is a separate file, it's stored in the recipe_button.png. | |||
Added a recipe book for the furnace.
| |||||
1.16 | 20w09a | Stained glass pane recipes now only unlock when the player has the same color of stained glass in their inventory. | |||
Pre-release 1 | Smithing Tables now have a recipe book with currently no function. | ||||
1.17 | 20w45a | Simple firework rockets with one gunpowder can now be crafted using the recipe book. | |||
20w48a | The chiseled nether bricks recipe is now unlocked by having a nether brick slab instead of a nether bricks block. | ||||
21w03a | The chiseled polished blackstone crafting recipe is now unlocked by having a polished blackstone slab, instead of polished blackstone. | ||||
21w16a | The recipes for stonecutting diorite into polished diorite slabs and stairs now unlocks when the player has diorite as opposed to polished diorite. | ||||
1.19.3 | ? | Due to changes in the Creative inventory, the recipe book in the crafting table no longer has matching tabs that correlate directly to specific tabs within the Creative inventory. | |||
Recipe book categories are now defined for each recipe individually in the default datapack. | |||||
1.19.4 | 23w07a | The crafting table recipe is now unlocked immediately upon creating a new world. | |||
The crossbow and soul campfire recipes are no longer unlocked by sticks. | |||||
1.20 (Experimental) | 1.19.4-pre1 | The recipe for the decorated pot made of all bricks can now be found in the recipe book. | |||
1.20 | 23w12a | The recipe for the decorated pot is now available without using the "Update 1.20" experimental datapack. | |||
1.20.2 | 1.20.2 Pre-release 1 | The recipe book search will now only match the beginning of any word in the item's name. | |||
All recipes, including those that have not been unlocked, will now show up in search results. | |||||
1.20.2 Pre-release 2 | Reverted changes in the previous pre-release. | ||||
Bedrock Edition | |||||
1.2.0 | beta 1.2.0.2 | Added the recipe book. | |||
The recipe book contains the following tabs: Construction, Equipment, Items, Nature, and All. All craftable items in each tab can be found in the same equivalent tab in both the recipe book and the Creative inventory. | |||||
beta 1.2.0.15 | Added a button for how to use the recipe book. | ||||
beta 1.2.0.25 | Added a button to open/close the recipe book. | ||||
Recipe Unlocking (Experimental) | beta 1.20.10.21 | Recipes are now unlocked when the player collect materials for it. | |||
A new notification appears when the player find a new crafting material. | |||||
beta 1.20.20.20 | Updated the recipe notification sound to match Java Edition. | ||||
The duration of the recipe notifications are now calculated based on how many recipes are unlocked. | |||||
1.20.30 | beta 1.20.20.21 | The new recipe unlocking system and its features are now available without using the "Recipe Unlocking" experimental toggle. | |||
Added the game rule recipesUnlock , which now enables the new recipe unlocking system. | |||||
The recipe book search will now only match the beginning of any word in the item's name. | |||||
All recipes, including those that have not been unlocked, will now show up in search results. | |||||
beta 1.20.30.22 | The recipesUnlock game rule is now set to true by default. |
Trivia[]
- In Java Edition, if the player searches for "excitedze" in the recipe book, the language switches to Pirate Speak.[2]
- This is a reference to "ExcitedZE", an alias used by Maria Lemón, whose avatar is a pirate.
Issues[]
Issues relating to "Recipe book" are maintained on the bug tracker. Report issues there.
Gallery[]
First look at the recipe book. Image tweeted by Maria Lemón.
References[]
- ↑ MC-144900
- ↑ "Might've found the other easter egg" – u/konwboj on Reddit, April 8, 2017