quark:warped_bookshelf

Warped Bookshelf

Wood Type:
Quark · by Vazkii, WireSegal, MCVinnyq, Sully
block BookshelvesBookshelvesAxe MineableNon Flammable WoodNon Flammable Wood

Acquisition

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

Crafting conditional
Warped Bookshelf guaranteed

Mining & drops

sourcecountchanceconditions
Warped Bookshelf1–1100%Drops itself with Silk Touch

Block drops

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

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "###",
    "XXX",
    "###"
  ],
  "ingredients": {
    "#": {
      "item": "minecraft:warped_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
}