The crops worth automating are sugar cane, bamboo, cactus, melon and pumpkin — each grows into a block that a piston can break, which makes a fully automatic farm trivial. Wheat, carrots, potatoes and beetroot cannot be automated with redstone alone in vanilla; for those you either harvest by hand or use a villager farm.
Get that distinction right and you will stop wasting redstone on designs that were never going to work.
Which crops can be automated
| Crop | Fully automatic | Method |
|---|---|---|
| Sugar cane | Yes | Observer at the second block, piston breaks the third |
| Bamboo | Yes | Same layout as sugar cane |
| Cactus | Yes | No redstone at all — a block placed diagonally breaks it |
| Melon | Yes | Observer on the fruit block, piston breaks it |
| Pumpkin | Yes | Same layout as melon |
| Kelp | Yes | Observer on the growing tip, piston breaks the column |
| Wheat, carrots, potatoes, beetroot | Only with a villager | Farmer villager standing over hoppers |
| Nether wart | No | Piston harvester on a slow clock, or by hand |
| Cocoa beans | Partly | Piston breaks the ripe pod; needs a clock to fire |
| Sweet berries | No | Hand-harvested from the bush |
The growth rules you are building around
Crops grow on random ticks. Every 16×16×16 section of the world receives 3 random ticks per game tick by default, so growth is probabilistic rather than scheduled.
Four things affect how fast a crop advances:
- Light level 9 or above on the crop block. Below that, growth stops entirely and the crop eventually pops off.
- Hydration. Farmland is hydrated when water is within 4 blocks horizontally, at the same level or one above. Hydrated farmland grows crops roughly four times faster than dry farmland.
- Row planting. A crop grows at full rate when the crops diagonally adjacent to it are the same type. Mixing crops in a checkerboard halves the rate. Plant in solid rows of one crop.
- The block below. Only farmland works for wheat, carrots, potatoes and beetroot.
Wheat has 8 growth stages; beetroot has 4. Bone meal advances a crop by a random number of stages, so it usually takes 2–3 applications to finish a wheat plant.
Trampling reverts farmland to dirt and destroys the crop. Jumping does it, and so do mobs. Fence the plot, and light it so nothing spawns inside.
The 9×9 hand farm
The baseline everyone builds: a 9×9 plot with one water source in the exact centre. One water block hydrates the whole plot, since its 4-block reach covers to the corners.
- Till the 80 remaining blocks with a hoe
- Plant one crop type in rows
- Fence it, and add torches or lanterns for night growth
- Harvest with a hoe carrying Fortune, which increases seed and crop yields; any tool works, but Fortune only applies from the hoe
Eighty wheat is around 26 bread. Two of these plots feed a player indefinitely.
Sugar cane: the classic observer farm
Sugar cane grows on sand or dirt beside water, up to three blocks tall, and needs no light. Because it grows upward, an observer can detect the moment the second block appears.
The build, per column:
- A water channel with sand or dirt beside it, cane planted on the dirt.
- An observer facing the cane at the second block up, so it fires when a new cane block appears there.
- A piston directly above the observer, facing the cane at the third block, wired from the observer's output.
- A water stream or hopper line below to carry the broken cane to a chest.
Repeat the column as many times as you want. A row of 20 columns produces enough paper for a full bookshelf wall in a couple of in-game days.
The same pattern works verbatim for bamboo and cactus. Cactus is even simpler — it breaks itself if a block is placed diagonally adjacent, so a cactus farm needs no redstone at all: a column of sand, a cactus, and a fence post beside the second block, with a hopper below.
Melon and pumpkin
Melon and pumpkin grow from a stem onto an adjacent block of dirt, grass or farmland. The fruit is a full block, so the observer-piston pattern works directly.
Per stem:
- Plant melon seeds or pumpkin seeds on farmland.
- Leave one adjacent block of dirt for the fruit to appear on.
- Point an observer at that block.
- Wire it to a piston that pushes into the fruit space.
- Collect below with hoppers.
Melons break into 3–7 slices, so a melon farm outproduces a pumpkin farm by volume. Pumpkins are the better product though: carved pumpkins for snow golems and enderman protection, and pumpkin pie.
One important limitation: the stem needs an empty adjacent block to grow into. If all four sides are occupied, growth stalls.
The villager crop farm
The only fully automatic wheat, carrot, potato and beetroot farm in vanilla.
A farmer villager — one linked to a composter — will harvest mature crops within its reach, replant them, and pick the drops up. When its inventory fills, it throws surplus food at other villagers. The trick is to put hoppers under the farmland so the drops the villager misses funnel into a chest.
The standard design:
- A raised farmland platform with hoppers beneath it feeding a chest
- One farmer villager confined to that platform, unable to wander off
- A water source in the centre for hydration
- A composter as its job site block, and a bed if you want it to stay content
A single farmer produces a slow but genuinely endless supply of wheat, carrots or potatoes. Two or three farmers on adjacent plots produce more than you will eat.
Nether wart
Nether wart grows on soul sand in any dimension, at any light level, and cannot be bone-mealed. It has four growth stages and drops 2–4 per harvest.
It cannot be automated with observers because breaking it requires a block update the piston does not naturally provide against a plant — the standard approach is a piston that pushes a block into the wart, breaking it, driven by a slow clock or a manual lever. A 9×9 bed harvested by hand every few minutes supplies more wart than any brewing habit requires.
Turning surplus into bone meal
A composter converts excess crops into bone meal. Filling it to level 7 produces one bone meal, and each item added has a fixed chance to raise the level: wheat seeds and similar low-value items are around 30%, whole crops higher, and baked goods higher still.
The natural loop is: over-plant, compost the surplus, and use the bone meal to accelerate the next batch or to grow trees and flowers.
Throughput notes
- A hopper moves one item every 4 game ticks — 2.5 items per second. A single hopper line is enough for any crop farm.
- Farms only run in loaded chunks. A farm 300 blocks from where you stand is doing nothing. Build farms near your base, or inside a chunk-loading area.
- Increasing
randomTickSpeedspeeds growth but is a game rule change, not a build.
Frequently asked questions
Why are my crops not growing?
In order of likelihood: light level below 9 (add torches), farmland not hydrated (water within 4 blocks horizontally), the chunk is not loaded because you are too far away, or you planted a checkerboard of mixed crops and halved the growth rate. Farmland reverting to dirt is a fifth cause — that is trampling.
Can I automate wheat with redstone?
Not directly. A piston cannot harvest wheat, carrots, potatoes or beetroot into items in vanilla — pushing a block into them destroys the crop without a reliable drop. The vanilla answers are a farmer villager farm, or harvesting by hand with a Fortune hoe.
Does Fortune work on crops?
Yes, on the seed and crop drops of wheat, carrots, potatoes and beetroot, and on melon slices. It has no effect on sugar cane, bamboo, cactus or pumpkins, which drop a fixed amount. A Fortune III hoe is cheap and meaningfully increases a hand-harvested farm's output.
How big should a farm be?
Far smaller than most people build. One 9×9 wheat plot plus one 9×9 potato plot feeds a player permanently. Twenty columns of sugar cane covers all your paper needs. The common failure is building a 50×50 field you then have to walk across, when two small plots and a composter would do.
Do I need to replant after harvesting?
For wheat, carrots, potatoes and beetroot, yes — unless a farmer villager is doing it for you. Sugar cane, bamboo and cactus regrow from the base, and melon and pumpkin stems keep producing indefinitely, which is exactly why those five are the ones worth automating.
