Crafting Blueprint
create:crafting_blueprint

Crafting Blueprint

Create · by simibubi
item

Function

Opens a _Crafting_ _menu_ allowing you to _configure_ a _recipe_ and items to display. _Applies_ the _configured_ _recipe_ with matching Ingredients found in your _Inventory_. _Sneak_ to craft up to a _Stack_ of items. R-Click empty Slot R-Click configured Slot _Placed_ on a wall, it can be used to _specify_ _ingredient_ _arrangements_ for easier manual crafting. Each slot represents a Recipe.

Acquisition

Crafting using Painting and Crafting Table, in any arrangement. Produces Crafting Blueprint.

Crafting ⇆ any arrangement
Crafting Blueprint Crafting Blueprint guaranteed
Developer reference
Registry name
create:crafting_blueprint
Namespace
create
Mod ID
create

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": [
    {
      "item": "minecraft:painting"
    },
    {
      "item": "minecraft:crafting_table"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}