Skip to main content
Farms & Automation

How to Make a Wool Farm in Minecraft

Build a fully automatic wool farm using sheep, observers, dispensers with shears and hopper collection for unlimited dye-ready wool.

7 min read18 sectionsJava & Bedrock1.21

Wool is needed for beds, banners, carpets, paintings and decorative building. Manually shearing sheep works early on, but an automatic wool farm uses observers and dispensers to shear sheep the instant their wool regrows, producing a steady stream of wool while you do something else entirely. This guide walks through the single-sheep module, multi-color expansion and optimization.

How sheep regrow wool

After being sheared, a sheep regrows its wool by eating a grass block. The sheep lowers its head, the grass block turns to dirt, and after a moment the wool reappears. Grass spreads back from adjacent grass blocks, so the cycle repeats indefinitely as long as at least one grass block remains connected. This eating behavior is the foundation of every automatic wool farm.

Materials for one module

  • 1 sheep (any color, dye it before loading if you want a specific color)
  • 1 observer
  • 1 dispenser
  • 1 pair of shears (placed inside the dispenser)
  • 1 hopper
  • 1 chest
  • 2 grass blocks (minimum)
  • Glass or fence for the enclosure walls
  • 1 redstone dust (for wiring)

Building the single-sheep module

The core design fits in a 3 x 3 footprint:

  • Dig a 1-block-deep pit and place a hopper at the bottom pointing into a chest.
  • Place a grass block on top of the hopper. This is where the sheep stands and eats.
  • Surround the grass block with glass or fences two blocks high to contain the sheep. Leave the top open or use a transparent block so the sheep gets sunlight (not required for function, but keeps the area visible).
  • Place a dispenser at head height facing into the sheep's enclosure. Load it with shears. A dispenser with shears will automatically shear any sheep in front of it when it receives a redstone pulse.
  • Behind the dispenser (on the outside of the pen), place an observer watching the grass block. The observer's face (the dot side) should point at the grass block. When the sheep eats the grass and it turns to dirt, the observer detects the block change and outputs a redstone pulse.
  • Connect the observer output to the dispenser with one redstone dust. When the grass changes to dirt (sheep ate it), the observer fires, the dispenser activates, and the shears clip the sheep. Wool drops, the hopper collects it and the chest stores it.

Grass regrowth

The grass block turns to dirt when eaten, but it must regrow for the cycle to continue. Grass spreads from any adjacent grass block at the same level or one block above. Place a second grass block next to the main one (outside the pen, at the same y-level) to guarantee regrowth. Some builders use a strip of three or four grass blocks for faster spreading. As long as one grass block is never eaten, the system sustains itself permanently.

Loading the sheep

Lead a sheep to the pen using wheat (sheep follow players holding wheat). Push or lead it into the enclosure, then seal the opening. Dye the sheep before loading if you want colored wool, sheared wool keeps the sheep's current color, and the sheep regrows wool in the same color. To change colors later, right-click the sheep with a new dye.

Multi-color wool farm

Build one module per color. A full 16-color farm uses 16 sheep, each dyed a different color, in 16 adjacent pens. Route all hoppers into a central sorting system that separates wool by color into labeled chests. This gives you on-demand access to every wool color for builds, banners and carpets.

Layout tip: arrange pens in a 4 x 4 grid or a 2 x 8 row. Each pen is 3 x 3, so the total footprint is compact. Share walls between adjacent pens to save materials.

Shears durability

Shears in a dispenser lose one durability per use, same as manual shearing. Iron shears have 238 uses. A single sheep eats and regrows roughly every 1 to 2 minutes, so one pair of shears lasts approximately 4 to 8 hours of continuous operation. For a 16-sheep farm, check the dispensers periodically and reload shears. You can stack multiple shears in the dispenser, it uses the first one until it breaks, then switches to the next.

Hopper and chest sizing

Each shearing drops 1 to 3 wool blocks. A single chest (27 stacks of 64) holds 1,728 wool. Even at maximum production, one chest per pen lasts days of AFK time. If you want longer unattended runs, chain a double chest (54 stacks) to the hopper.

Common problems and fixes

  • Sheep not eating, the block under it must be a grass block, not dirt. Ensure adjacent grass is connected for spreading. If the sheep is standing on a slab or carpet, it will not eat.
  • Dispenser not shearing, verify the dispenser faces the sheep's hitbox. If the sheep is too far to one side, the shears miss. Center the pen so the sheep stays within one block of the dispenser face.
  • Wool not collected, wool drops as items on the grass block. The hopper must be directly below the grass block (the grass sits on top of the hopper). If wool lands on glass or fences, it will not enter the hopper.
  • Sheep escaping, use glass panes or solid blocks, not fence gates, for the walls. Baby sheep can squeeze through fence gaps if two sheep breed accidentally. Keep only one sheep per pen to prevent breeding.

Scaling up

For bulk white wool (beds, pixel art, snow builds), build a row of 8 to 10 white sheep modules side by side. This produces several hundred wool per hour, enough for any large-scale building project. Pair it with a flower farm and a crafting system to mass-produce dyed wool or carpets.

Why build a wool farm?

  • Produces wool passively with zero player interaction.
  • Colored wool farms give you any dye color on demand.
  • Beds require wool, and beds are the only way to set spawn points.
  • Banners, carpets, and paintings all need wool.

Materials list

ItemQuantityNotes
Sheep1+ per cellUse dye to set color before placing
Grass blocks1 per cellSheep eat grass to regrow wool
Observers1 per cellDetect when grass is eaten
Dispensers1 per cellLoaded with shears
Shears1 per dispenser238 uses each, replace when worn
Hoppers1 per cellCollect dropped wool
ChestsvariesStorage
Redstone dustvariesConnect observers to dispensers
Building blocksvariesWalls and floor
GlassvariesRoof (allows grass to stay lit)

Step-by-step build instructions

Step 1: Build the sheep cell

Create a 1x1 enclosure with walls 2 blocks high. Place a grass block as the floor. The sheep stands on this grass block. Surround it with solid blocks or glass so the sheep cannot escape. Each cell holds exactly one sheep.

Step 2: Place the observer

Dig out the block under the grass block and place an observer facing up, watching the grass block. When the sheep eats the grass (turning it to dirt), the observer detects the block change and emits a redstone pulse.

Step 3: Place the dispenser

Place a dispenser at the sheep's head level, facing into the cell. Load it with shears. Connect the observer's output to the dispenser with redstone dust. When the observer fires (grass eaten), the dispenser activates and shears the sheep.

Side view of one cell:

  [GLASS ROOF]
  [SHEEP]  <-- [DISPENSER with shears]
  [GRASS BLOCK]
  [OBSERVER facing up]
  [REDSTONE DUST] ---> to dispenser
  [HOPPER] > [CHEST]

Step 4: Add the collection system

Place a hopper under the grass block (between the observer and grass). The wool drops on the ground around the sheep and slides into the hopper. Connect the hopper to a chest below. For multi-cell designs, run a hopper line connecting all cells to a central chest.

Step 5: Ensure grass regrowth

Grass regrows on dirt when an adjacent grass block spreads to it. Place additional grass blocks next to each cell's dirt block (below or beside) so that when the sheep eats the grass and turns it to dirt, it regrows quickly. The grass block must have light level 9+ to spread, so use a glass roof or open sky above.

Step 6: Dye the sheep

Apply dye to the sheep before sealing the cell. A dyed sheep produces its color of wool permanently, even after being sheared. The wool regrows in the dyed color. This means you only need to dye each sheep once.

Scaling up: Multi-color wool farm

Build 16 cells, one for each wool color. Dye each sheep a different color. Connect all hoppers to separate chests labeled by color. You now have a fully automatic 16-color wool factory.

Top-down view (4-cell row):

  [CELL-WHITE] [CELL-RED] [CELL-BLUE] [CELL-GREEN]
  [HOPPER]     [HOPPER]   [HOPPER]    [HOPPER]
  [CHEST]      [CHEST]    [CHEST]     [CHEST]

How the mechanics work

Sheep eat grass blocks approximately every 60 seconds on average (it varies with random ticks). When a sheep eats grass, it regrows its wool. The observer detects the block change (grass to dirt) and fires the dispenser. The dispenser uses the shears on the sheep, dropping 1 to 3 wool items. The grass block regrows from an adjacent grass block within 10 to 60 seconds, and the cycle repeats.

Shears in dispensers have the same durability as hand-held shears: 238 uses. Each shearing uses one durability point. One pair of shears lasts roughly 4 hours in an active cell. Keep spare shears in a nearby chest.

Common mistakes

  • No adjacent grass for regrowth. If the dirt block has no neighboring grass block, it never regrows. The sheep stands on dirt forever and the farm stops.
  • Dispenser facing the wrong way. The dispenser must face into the cell where the sheep is. If it faces outward or upward, it shears nothing.
  • Insufficient light. Grass needs light level 9+ to spread to dirt. If the cell is too dark, grass never regrows. Use glass roofs or open sky.
  • Multiple sheep in one cell. Two sheep in a 1x1 cell cause entity pushing glitches. One sheep per cell is the most reliable setup.
  • Forgetting to replace shears. Shears break after 238 uses. Monitor the dispensers and restock periodically.

If you want to skip the setup hassle, join Astroworld MC, IP play.astroworldmc.com. Java + Bedrock, no install required.

Frequently asked questions

How much wool does one cell produce per hour?

A single cell produces roughly 40 to 80 wool per hour, depending on random tick speed and grass regrowth rate. At default tick speed, expect about 60 wool per hour per cell.

Can I use this on a server with mob limits?

Yes, since each cell only uses one sheep. Even with strict mob caps, a 16-cell farm uses only 16 passive mob slots.

Do baby sheep work in this farm?

No. Baby sheep cannot be sheared. Only adult sheep produce wool when sheared. Wait for babies to grow before placing them in cells.

What if the sheep despawns?

Passive mobs (including sheep) do not despawn in loaded chunks. As long as the chunk stays loaded and the sheep is named or has been interacted with, it persists. On some servers with aggressive entity clearing, name-tag the sheep to prevent removal.

Questions about Make a Wool Farm

What exactly is Make a Wool Farm doing here?

Wool is needed for beds, banners, carpets, paintings and decorative building.

What are the numbers behind Make a Wool Farm?

A single sheep eats and regrows roughly every 1 to 2 minutes, so one pair of shears lasts approximately 4 to 8 hours of continuous operation.

What separates the options in Make a Wool Farm?

For Sheep, the table on this page lists Quantity: 1+ per cell, Notes: Use dye to set color before placing.

What goes wrong with Make a Wool Farm?

As long as one grass block is never eaten, the system sustains itself permanently.

How to Make a Wool Farm in Minecraft: Build a fully automatic wool farm using sheep, observers, dispensers with shears and hopper collection for unlimited dye-ready wool.
How to Make a Wool Farm in Minecraft, from the Farms & Automation guides on Astroworld.

Blocks and items in this guide

Redstone Dust in MinecraftRedstone DustWhite Wool in MinecraftWhite WoolDispenser in MinecraftDispenserObserver in MinecraftObserverPainting in MinecraftPaintingRedstone in MinecraftRedstoneFlower in MinecraftFlowerHopper in MinecraftHopper

All 8 of these are named in the Make a Wool Farm guide above, starting with Redstone Dust. Look them up in the item database.

More guides on this site

More Farms & Automation Guides

Related Tools & Databases