block· Machines & Other Blocks

Windswept Bookshelf

Goety · by Polarice3
block BookshelvesWindswept Wood BlocksBookshelvesWindswept Wood Blocks

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

Acquisition

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

Crafting
Windswept Bookshelf guaranteed

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

Crafting
Windswept Bookshelf ×2 guaranteed

Mining & drops

sourcecountdrop rateconditions
Windswept Bookshelf1–1100%Drops itself with Silk Touch

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

dropscountdrop rateconditions
1–1100%
Windswept Bookshelf1–1100%Drops itself with Silk Touch

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

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

Recipe JSON (2):

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