Skip to main content
← All Guides
How-to · 4 min read · Java & Bedrock 1.21

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

1 crafter

Five iron ingots around a crafting table (centre), a dropper bottom-centre, and two redstone in the bottom corners.

How to use it

1Place the crafter and open it. Fill the 3x3 with the recipe you want to mass-produce.
2Click any empty slot to disable it (it shows a red cross). Disabled slots stay empty, so the crafter only ever makes that one recipe.
3Power it with redstone. Each pulse crafts one item and shoves it out of the front face, exactly like a dropper.
4It only crafts when every active slot has an item, so a hopper feeding it keeps it running.

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

MakeFromPair it with
Iron / gold / diamond blocks9 ingotsany ingot farm, for compact storage
TNT5 gunpowder + 4 sanda creeper farm
Paper & bookssugar canean auto sugar-cane farm
Sticks2 planksa tree farm, feeds scaffolding/tools
Bonemeal blocks9 bonemeala skeleton or mob farm

Pro tips

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.

Related on Astroworld

⚒️Every crafting recipe🧱Dropper, hopper & item data🟥Redstone commands

Blocks and items in this guide

Crafting Table in MinecraftCrafting TableDiamond Block in MinecraftDiamond BlockComparator in MinecraftComparatorIron Ingot in MinecraftIron IngotSugar Cane in MinecraftSugar CaneGunpowder in MinecraftGunpowderObserver in MinecraftObserverRedstone in MinecraftRedstone

All 8 of these are named in the guide above, starting with Crafting Table. Look them up in the item database.

More guides on this site

Guides that go with this one

How to Use the Crafter Block in MinecraftThe 1.21 Crafter auto-crafts a recipe on a redstone pulse. Here is how to load its grid, disable slots,...How to Make a Dropper Item Elevator in MinecraftA dropper item elevator pushes items straight up a tower of droppers into a chest. How to wire the clock and...How to Make a Chest in MinecraftA chest is 27 slots of storage from eight planks, and two side by side make a 54-slot double chest. Here is...How to Make an Auto Crafter Farm in MinecraftWire a farm into the 1.21 Crafter so raw items are crafted into products and stored on their own. Here is...How to Make a Clock in MinecraftA clock is four gold ingots and one redstone, and it reads the sky so you know the time and when to sleep....How to Make a Piston in MinecraftA piston is planks, cobblestone, iron and redstone, and it shoves blocks when powered. Here is the recipe,...

Related tools & databases

Tool
Crafting Recipes
Visual crafting grid for every recipe in the game.
Database
Item Database
Every item with its stats, IDs, recipes and uses.
Tool
Minecraft Tools
Calculators and generators for servers and players.
Guides
More Farms & Redstone guides
Auto farms, contraptions and every redstone component explained.