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

Oven
Handcrafted · by Alex Nijjar, Kekie6
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Oven | 1–1 | 100% | 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
}
