Crafting using Any Iron Ingot, Any Iron Ingot, Any Iron Ingot, Bricks, Bricks, Bricks, Campfire and Bricks, arranged in the pattern shown. Produces Stove.

Stove
Farmer's Delight · by vectorwing
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Stove | 1–1 | 100% | Survives Explosion |
Block drops
Drops itself when broken.
Developer reference
- Registry name
farmersdelight:stove- Namespace
farmersdelight- Mod ID
farmersdelight- Tags (3)
create:blocks/passive_boiler_heaters farmersdelight:blocks/heat_sources minecraft:blocks/mineable/pickaxe
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"iii",
"B B",
"BCB"
],
"ingredients": {
"B": {
"item": "minecraft:bricks"
},
"C": {
"item": "minecraft:campfire"
},
"i": {
"tag": "forge:ingots/iron"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}
