block· Machines & Other Blocks

Pine Bookshelf

Goety · by Polarice3
block BookshelvesPine Wood BlocksBookshelvesPine Wood Blocks

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

Acquisition

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

Crafting
Pine Bookshelf guaranteed

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

Crafting
Pine Bookshelf ×2 guaranteed

Mining & drops

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

Recipe JSON (2):

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