quark:acacia_bookshelf

Acacia Bookshelf

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

Acquisition

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

Crafting conditional
Acacia Bookshelf guaranteed

Mining & drops

sourcecountchanceconditions
Acacia Bookshelf1–1100%Drops itself with Silk Touch

Block drops

dropscountchanceconditions
Acacia Bookshelf1–1100%Drops itself with Silk Touch
1–1100%
Developer reference
Registry name
quark:acacia_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:acacia_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
}