quark:spruce_bookshelf

Spruce Bookshelf

Wood Type:
Quark · by Vazkii, WireSegal, MCVinnyq, Sully
block BookshelvesBookshelvesAxe Mineable

Acquisition

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

Crafting conditional
Spruce Bookshelf guaranteed

Mining & drops

sourcecountchanceconditions
Spruce Bookshelf1–1100%Drops itself with Silk Touch

Block drops

dropscountchanceconditions
Spruce Bookshelf1–1100%Drops itself with Silk Touch
1–1100%
Developer reference
Registry name
quark:spruce_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": "minecraft:spruce_planks"
    },
    "X": {
      "item": "minecraft:book"
    }
  },
  "conditions": [
    {
      "raw": {
        "flag": "variant_bookshelves",
        "type": "quark:flag"
      },
      "type": "quark:flag"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}