All articles
FarmsJul 26, 2026 5 min read

How to Build a Fully Automatic Cactus Farm

The only farm that harvests itself with no redstone at all. Green dye, an infinite item-disposal system, and a smelting loop.


The cactus farm is unique: it is fully automatic and requires no redstone whatsoever. No observers, no pistons, no clock. It exploits a quirk of how cactus behaves and simply runs forever.

The quirk that makes it work

Cactus has an unusual rule: a cactus block breaks if any block is placed adjacent to it horizontally.

Combine that with how cactus grows — straight up, one block at a time — and the design writes itself. Place a block diagonally beside the growing column, at the height the cactus will reach. When the cactus grows into that height, it is now adjacent to a block, so it immediately breaks and drops as an item.

No detection, no timing, no machinery. The plant destroys itself and drops into your collection system.

Growth rules

  • Cactus grows only on sand or red sand.
  • It cannot have any solid block horizontally adjacent to it, or it breaks.
  • It grows up to three blocks tall.
  • It does not need water.
  • It damages any entity that touches it — including dropped items, which is important below.

The build

  1. 1.Place a sand block where the cactus will sit.
  2. 2.Plant a cactus on it.
  3. 3.Place a solid block diagonally adjacent, one level up from the cactus base. Any block works — often a fence or a single block on a supporting pillar.
  4. 4.Put water or a hopper directly beneath the cactus to catch the drops.
  5. 5.Hoppers into a chest.

When the cactus grows to the second block, it becomes adjacent to your placed block, breaks, and falls. The base is untouched and grows again immediately.

TipKeep the collection layer directly under the cactus and make sure dropped cactus does not land on another cactus. Cactus destroys items that touch it, and a badly placed collection channel quietly eats your own harvest.

Tiling it

Cactus farms scale beautifully because each unit is tiny. The standard approach is a grid where every cactus has its own breaking block and they all drop onto a shared water channel or hopper line running underneath.

The one constraint is that cactus blocks cannot be horizontally adjacent to each other, so leave a gap between columns — a checkerboard-style layout works well.

What cactus is for

  • Green dye. Smelting cactus produces green dye. This is the only renewable source, and green dye makes green wool, concrete, terracotta and banners. If you are building at scale, this matters.
  • Fuel for its own smelting. Cactus can be smelted into dye using bamboo or dried kelp as fuel, and the loop runs unattended.
  • Emerald trading. Green dye and dyed products feed into villager trades — see our villager jobs guide.
  • Mob-proof walls. Cactus damages mobs that touch it, so a cactus perimeter is a passive defence.

The item disposal trick

This is the use experienced players value most. Because cactus destroys any item that touches it, a cactus with a hopper feeding items into it is a perfect trash can.

Every large farm eventually produces something you do not want — rotten flesh from a gold farm, excess seeds from a crop farm, junk from an AFK fish farm. Routing the unwanted output into a cactus keeps chests from filling and keeps sorting systems flowing.

Build it as: hopper line carrying unwanted items, dropping into a cactus, done. No redstone, no maintenance.

Where to build

Deserts and badlands are the obvious homes since sand is everywhere, but cactus grows on any sand block anywhere, so a farm inside a base works equally well provided you bring the sand.

Cactus does not need light to grow, which is unusual and useful — an underground cactus farm works with no lighting at all, though you will want light for your own safety while working in it.

Realistic expectations

Cactus grows on random ticks like most plants, so a single column is slow. The farm's value comes from tiling: forty cactus columns produce forty times the output for forty times a very cheap unit cost. It is one of the least expensive farms per item on this site, and the fact that it needs no redstone at all makes it a genuinely good first build.

#Farms#Automation#Desert