block· Machines & Other Blocks

Chorus Bookshelf

Goety · by Polarice3
block BookshelvesChorus Wood BlocksBookshelvesChorus Wood Blocks

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

Acquisition

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

Crafting
Chorus Bookshelf ×2 guaranteed

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

Crafting
Chorus Bookshelf guaranteed

Mining & drops

sourcecountdrop rateconditions
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
Chorus Bookshelf1–1100%Drops itself with Silk Touch
1–1100%

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: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": [
    "###",
    "XBX",
    "###"
  ],
  "ingredients": {
    "#": {
      "item": "goety:chorus_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:chorus_planks"
    },
    "X": {
      "item": "minecraft:book"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}