handcrafted:oven

Oven

Handcrafted · by Alex Nijjar, Kekie6
block Pickaxe Mineable

Acquisition

Crafting using Brick, Iron Bars, Brick, Brick, Smoker, Brick, Brick, Brick and Brick, arranged in the pattern shown. Produces Oven.

Crafting
Oven guaranteed

Mining & drops

sourcecountchanceconditions
Oven1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
handcrafted:oven
Namespace
handcrafted
Mod ID
handcrafted
Tags (1)
minecraft:blocks/mineable/pickaxe

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "#/#",
    "#@#",
    "###"
  ],
  "ingredients": {
    "#": {
      "item": "minecraft:brick"
    },
    "/": {
      "item": "minecraft:iron_bars"
    },
    "@": {
      "item": "minecraft:smoker"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}