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.
What is the crafter recipe?
Five iron ingots around a crafting table in the centre, a dropper at bottom centre, and two redstone in the bottom corners. That is one crafter, the block that finally automates crafting.
How do you stop it crafting the wrong thing?
Click any empty slot in its 3x3 grid to disable it, which shows a red cross. Disabled slots stay empty no matter what is fed in, so the crafter only ever produces the one recipe you loaded.
How does the crafter know when to craft?
It crafts on a redstone pulse, one item per pulse, and shoves the result out of its front face exactly like a dropper. It only fires when every active slot holds an item, so a hopper dripping ingredients in keeps it running.