Inscription Table
irons_spellbooks:inscription_table

Inscription Table

Iron's Spells 'n Spellbooks · by Iron431, Lab3
block Axe Mineable

Acquisition

Crafting using Book, Any Wooden Slabs, Any Wooden Slabs, Any Wooden Slabs, Any Wooden Fences and Any Wooden Fences, arranged in the pattern shown. Produces Inscription Table.

Crafting
Book
Any Wooden Slabs
Any Wooden Slabs
Any Wooden Slabs
Any Wooden Fences
Any Wooden Fences
Inscription Table Inscription Table guaranteed

Mining & drops

sourcecountchanceconditions
Inscription Table1–1100%

Block drops

Drops itself when broken.

Developer reference
Registry name
irons_spellbooks:inscription_table
Namespace
irons_spellbooks
Mod ID
irons_spellbooks
Tags (1)
minecraft:blocks/mineable/axe

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "  B",
    "TTT",
    "L L"
  ],
  "ingredients": {
    "B": {
      "item": "minecraft:book"
    },
    "L": {
      "tag": "minecraft:wooden_fences"
    },
    "T": {
      "tag": "minecraft:wooden_slabs"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}