Empty Schematic
create:empty_schematic

Empty Schematic

Create · by simibubi
item

Function

Used as a recipe ingredient and for writing at the _Schematic Table_.

Acquisition

Crafting using Paper and Any Light Blue Dye, in any arrangement. Produces Empty Schematic.

Crafting ⇆ any arrangement
Paper
Any Light Blue Dye
Empty Schematic Empty Schematic guaranteed

Used in (1)

Crafting using Empty Schematic and Any Feathers, in any arrangement. Produces Schematic And Quill.

Crafting ⇆ any arrangement
Empty Schematic
Any Feathers
Schematic And Quill Schematic And Quill guaranteed
Developer reference
Registry name
create:empty_schematic
Namespace
create
Mod ID
create

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": [
    {
      "item": "minecraft:paper"
    },
    {
      "tag": "forge:dyes/light_blue"
    }
  ],
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}