Jar
16×16 · BAKED

block· Machines & Other Blocks

Jar

[Let's Do] Bakery · by Satisfy
block ContainerContainerContainer

Jar is a block from [Let's Do] Bakery, crafted from Bamboo Slab and Glass Pane.

Acquisition

Crafting using Bamboo Slab, Glass Pane and Glass Pane, arranged in the pattern shown. Produces 2× Jar.

Crafting
Bamboo Slab
Glass Pane
Glass Pane
Jar Jar ×2 guaranteed

Mining & drops

sourcecountdrop rateconditions
Jar1–1100%

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
bakery:jar
Namespace
bakery
Mod ID
bakery
Tags (3)
bakery:items/container
c:items/container
forge:items/container

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "S",
    "G",
    "G"
  ],
  "ingredients": {
    "G": {
      "item": "minecraft:glass_pane"
    },
    "S": {
      "tag": "minecraft:wooden_slabs"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": "chocolate_jar",
  "experience": null,
  "cooking_time": null
}