Stockpot
16×16 · BAKED

block· Machines & Other Blocks

Stockpot

Kaleidoscope Cookery · by ysbbbbbb, tartaric_acid, Azumic
block Cookery Mod Items

Stockpot is a block from Kaleidoscope Cookery, crafted from Brick and Any Iron Ingot.

Acquisition

Crafting using Brick, Brick, Any Iron Ingot, Any Iron Ingot, Any Iron Ingot, Any Iron Ingot and Any Iron Ingot, arranged in the pattern shown. Produces Stockpot.

Crafting
Brick
Brick
Any Iron Ingot
Any Iron Ingot
Any Iron Ingot
Any Iron Ingot
Any Iron Ingot
  • Inputs
  • 2 × Brick
  • 5 × Any Iron Ingot
  • Output
  • Stockpot
Stockpot Stockpot guaranteed

Mining & drops

sourcecountdrop rateconditions
Stockpot1–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
kaleidoscope_cookery:stockpot
Namespace
kaleidoscope_cookery
Mod ID
kaleidoscope_cookery
Tags (1)
kaleidoscope_cookery:items/cookery_mod_items

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "B B",
    "I I",
    "III"
  ],
  "ingredients": {
    "B": {
      "item": "minecraft:brick"
    },
    "I": {
      "tag": "forge:ingots/iron"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}