block· Machines & Other Blocks

Haunted Bookshelf

Goety · by Polarice3
block BookshelvesHaunted Wood BlocksBookshelvesHaunted Wood Blocks

Haunted Bookshelf is a block from Goety, crafted from Haunted Planks, Book, and Bookshelf.

Acquisition

Crafting using Haunted Planks, Haunted Planks, Haunted Planks, Book, Bookshelf, Book, Haunted Planks, Haunted Planks and Haunted Planks, arranged in the pattern shown. Produces 2× Haunted Bookshelf.

Crafting
Haunted Bookshelf ×2 guaranteed

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

Crafting
Haunted Bookshelf guaranteed

Mining & drops

sourcecountdrop rateconditions
Haunted Bookshelf1–1100%Survives Explosion

Drop rates are per-roll probabilities, not absolute find rates — actual odds of finding an item also depend on structure generation and loot pool weights.

Block drops

Drops itself when broken.

Developer reference
Registry name
goety:haunted_bookshelf
Namespace
goety
Mod ID
goety
Tags (4)
goety:blocks/bookshelves
goety:blocks/haunted_wood_blocks
goety:items/bookshelves
goety:items/haunted_wood_blocks

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "###",
    "XBX",
    "###"
  ],
  "ingredients": {
    "#": {
      "item": "goety:haunted_planks"
    },
    "B": {
      "item": "minecraft:bookshelf"
    },
    "X": {
      "item": "minecraft:book"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "###",
    "XXX",
    "###"
  ],
  "ingredients": {
    "#": {
      "item": "goety:haunted_planks"
    },
    "X": {
      "item": "minecraft:book"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}