quark:azalea_bookshelf

Azalea Bookshelf

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

Acquisition

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

Crafting conditional
Azalea Bookshelf guaranteed

Mining & drops

sourcecountchanceconditions
Azalea Bookshelf1–1100%Drops itself with Silk Touch

Block drops

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