quark:blossom_bookshelf

Trumpet Bookshelf

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

Acquisition

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

Crafting conditional
Trumpet Bookshelf guaranteed

Mining & drops

sourcecountchanceconditions
Trumpet Bookshelf1–1100%Drops itself with Silk Touch

Block drops

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