block· Machines & Other Blocks

Rotten Bookshelf

Goety · by Polarice3
block BookshelvesRotten Wood BlocksBookshelvesRotten Wood Blocks

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

Acquisition

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

Crafting
Rotten Bookshelf guaranteed

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

Crafting
Rotten Bookshelf ×2 guaranteed

Mining & drops

sourcecountdrop rateconditions
Rotten 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%
Rotten 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:rotten_bookshelf
Namespace
goety
Mod ID
goety
Tags (4)
goety:blocks/bookshelves
goety:blocks/rotten_wood_blocks
goety:items/bookshelves
goety:items/rotten_wood_blocks

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "###",
    "XXX",
    "###"
  ],
  "ingredients": {
    "#": {
      "item": "goety:rotten_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:rotten_planks"
    },
    "B": {
      "item": "minecraft:bookshelf"
    },
    "X": {
      "item": "minecraft:book"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}