block· Machines & Other Blocks

Corrupted Chorus Bookshelf

Goety · by Polarice3
block BookshelvesChorus Wood BlocksBookshelvesChorus Wood Blocks

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

Acquisition

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

Crafting
Corrupted Chorus Bookshelf guaranteed

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

Crafting
Corrupted Chorus Bookshelf ×2 guaranteed

Mining & drops

sourcecountdrop rateconditions
Corrupted Chorus 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%
Corrupted Chorus 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:corrupt_chorus_bookshelf
Namespace
goety
Mod ID
goety
Tags (4)
goety:blocks/bookshelves
goety:blocks/chorus_wood_blocks
goety:items/bookshelves
goety:items/chorus_wood_blocks

Recipe JSON (2):

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