quark:ancient_bookshelf

Ashen Bookshelf

Quark · by Vazkii, WireSegal, MCVinnyq, Sully
block BookshelvesBookshelvesAxe Mineable

Acquisition

Crafting using Ashen Planks, Ashen Planks, Ashen Planks, Book, Book, Book, Ashen Planks, Ashen Planks and Ashen Planks, arranged in the pattern shown. Produces Ashen Bookshelf.

Crafting conditional
Ashen Bookshelf guaranteed

Mining & drops

sourcecountchanceconditions
Ashen Bookshelf1–1100%Drops itself with Silk Touch

Block drops

dropscountchanceconditions
Ashen Bookshelf1–1100%Drops itself with Silk Touch
1–1100%
Developer reference
Registry name
quark:ancient_bookshelf
Namespace
quark
Mod ID
quark
Tags (3)
forge:blocks/bookshelves
forge:items/bookshelves
minecraft:blocks/mineable/axe

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "###",
    "XXX",
    "###"
  ],
  "ingredients": {
    "#": {
      "item": "quark:ancient_planks"
    },
    "X": {
      "item": "minecraft:book"
    }
  },
  "conditions": [
    {
      "raw": {
        "type": "forge:and",
        "values": [
          {
            "flag": "variant_bookshelves",
            "type": "quark:flag"
          },
          {
            "flag": "ancient_wood",
            "type": "quark:flag"
          }
        ]
      },
      "type": "forge:and"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}