Crafting Card
rftoolsbase:crafting_card

Crafting Card

item

Acquisition

Crafting using Paper, Crafting Table, Redstone Dust and Paper, arranged in the pattern shown. Produces 8× Crafting Card.

Crafting
Crafting Card Crafting Card ×8 guaranteed
Developer reference
Registry name
rftoolsbase:crafting_card
Namespace
rftoolsbase
Mod ID
rftoolsbase

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "pC",
    "rp"
  ],
  "ingredients": {
    "C": {
      "item": "minecraft:crafting_table"
    },
    "p": {
      "item": "minecraft:paper"
    },
    "r": {
      "item": "minecraft:redstone"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}