Alchemist Table
16×16 · BAKED

block· Machines & Other Blocks

Alchemist Table

VillagersPlus · by Lion
block

Alchemist Table is a block from VillagersPlus, crafted from Glass and Cobbled Deepslate.

Acquisition

Crafting using Glass, Glass, Cobbled Deepslate, Cobbled Deepslate and Cobbled Deepslate, arranged in the pattern shown. Produces Alchemist Table.

Crafting
Alchemist Table Alchemist Table guaranteed

Mining & drops

sourcecountdrop rateconditions
Alchemist Table1–1100%Survives Explosion

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

Drops itself when broken.

Developer reference
Registry name
villagersplus:alchemist_table
Namespace
villagersplus
Mod ID
villagersplus

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    " X ",
    " X ",
    "###"
  ],
  "ingredients": {
    "#": {
      "item": "minecraft:cobbled_deepslate"
    },
    "X": {
      "item": "minecraft:glass"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}