How to Make a Crafter in Minecraft
The crafter is the block that finally automates crafting. Load a recipe, hit it with a redstone pulse, and it spits out the finished item. Here is the recipe and how to wire it into a real auto-crafting machine.
The recipe
Five iron ingots around a crafting table (centre), a dropper bottom-centre, and two redstone in the bottom corners.
How to use it
Make it fully automatic
The crafter shines in a farm loop: a hopper drips ingredients into the top, a redstone clock (or an observer watching the input) pulses it, and the output drops into a chest. Now any farm that produces raw items can auto-pack them, sticks into ladders, iron into blocks, gunpowder into TNT, with no clicking.
A comparator on the side reads how full the grid is, so you can stop the clock when it runs dry and avoid wasting pulses.
Best things to auto-craft
Pro tips
- Disable, do not leave empty. An empty active slot blocks the craft. Click the slots you want unused so they show a red cross.
- One pulse, not a signal. A solid redstone line never crafts. Use a button, observer, or a clock that turns off between ticks.
- Face the output. The crafter shoots items out of its front like a dropper, so point it at a hopper or chest, or it litters the floor.
Quick answers
Does the crafter work in Bedrock?
Yes. The crafter and its redstone behaviour are in both editions from 1.21.
Why won't it craft?
Either an active slot is empty, the recipe is invalid, or it is getting a constant signal instead of a pulse. It needs a rising edge each craft.
Can it craft anything?
Any normal 3x3 or smaller recipe. It cannot use recipes that need a specific station like smithing or brewing.
How fast can it go?
One craft per redstone pulse, so as fast as your clock pulses, up to once per game tick with the right circuit.