Skip to content
MinecraftUZ

Five Useful Redstone Builds for a Survival World

An item sorter, a super smelter, a hidden piston door, automatic base lighting and an auto-compactor — the redstone that earns its place.

10 min read · Updated · Java Edition 1.21.4

Most redstone tutorials build machines nobody uses. These five are the ones that change how a survival world runs: a sorter so you stop organising chests by hand, a smelter so you stop babysitting furnaces, a door that hides your base, lighting that manages itself, and an auto-compactor that turns ingot piles into blocks. All five use materials you will already have by the time you want them.

1. The hopper item sorter

The highest-value redstone build in the game. Items thrown into one chest end up in the correct chest, forever.

How it works

A comparator reading a hopper outputs 1 when that hopper contains a small amount and more as it fills. Fill a hopper with 18 of a filter item plus 4 more of that item in the first slot and the comparator sits just below the threshold; the moment a matching item arrives, the signal rises and the sorter locks the hopper below, letting the item through to storage. Non-matching items pass along the line to the next filter.

The build, per filter module

  1. A collection hopper line running above your storage chests, carrying items along.
  2. Beneath it, a filter hopper pointing down into the destination chest.
  3. In that filter hopper, place the filter items: one of the target item in each of the five slots, then 18 more added to the first slot (the exact "41-item" arrangement varies by design; the principle is to sit one item below a comparator threshold).
  4. A comparator reading the filter hopper, into a redstone torch inverter, into a redstone block or dust that locks the hopper unless a match arrives.

Build one module per item type. Twenty modules covers ores, ingots, building blocks, food and redstone components.

Where it pays off

Come home from a mining trip, dump everything into the input chest, and walk away. The sorter runs at 2.5 items per second per hopper, so a full inventory takes about two minutes to file itself.

Use barrels instead of chests if the storage wall is tight — they open with a block above them.

2. The super smelter

A row of furnaces fed automatically with both material and fuel.

The build

For each furnace:

  • A hopper feeding into the top of the furnace, carrying the material to smelt
  • A hopper feeding into the side, carrying fuel
  • A hopper underneath, pulling the output into a collection chest

Chain the top hoppers so one input chest distributes along a row of eight furnaces, and chain the fuel hoppers from a single fuel chest.

Use blast furnaces for ores and metal, and smokers for food — both run at 5 seconds an item instead of 10, halving the number of furnaces you need.

Fuel choice

Fuel Items per unit
Lava bucket 100
Block of coal 80
Dried kelp block 20
Blaze rod 12
Coal or charcoal 8

Dried kelp blocks are the best renewable option and the usual choice for a permanent smelter. A composter-free kelp farm plus a smelter turns a stack of raw ore into ingots without you touching anything.

The catch worth knowing: furnace experience is stored until you collect the output manually. A hopper-emptied furnace gives you no experience. Keep one hand-operated furnace for smelting when you want the levels.

3. The hidden 2×2 piston door

Four sticky pistons, some dust, and your base entrance disappears into the wall.

The simplest reliable version

  1. Cut a 2×2 hole in the wall.
  2. Place four sticky pistons — two facing in from each side, at both heights — so their extended heads fill the 2×2 gap with the wall material.
  3. Run redstone dust behind the wall connecting all four pistons.
  4. Add a lever or, better, two stone buttons — one inside, one outside.
  5. Use repeaters to equalise the signal path lengths so all four pistons fire together.

The most common failure is one piston firing a tick late because its dust path is longer. Count the blocks on each branch, and add a repeater to the short side.

For a genuinely hidden door, replace the button with a lever behind a painting, a tripwire hook in an unexpected place, or a target block you shoot with an arrow from a distance.

Note that the pistons cannot push obsidian or anything with an inventory, so build the door face from ordinary blocks that match your wall.

4. Automatic base lighting

A daylight detector wired to redstone lamps turns your base lighting on at dusk and off at dawn.

The build

  1. Place a daylight detector on the roof, in the open sky.
  2. Right-click it once to invert it — inverted, it outputs a signal at night rather than during the day.
  3. Run dust from it to your redstone lamps, with a repeater every 15 blocks.

This is decorative rather than defensive on its own, since your base should already be permanently spawn-proofed. What makes it genuinely useful is combining it with an outdoor lamp grid: the lamps cover your perimeter at night without lighting the interior all day, and the same signal can close a piston gate or drop a wall of iron doors over an entrance at dusk.

For an indoor version, use a lever or a sculk sensor that reacts to your footsteps.

5. The auto-compactor

The crafter, added in 1.21, crafts a recipe whenever it receives a redstone pulse. The most useful thing to do with it is compress ingots and items into blocks automatically, so your storage never fills with loose stacks.

The build

  1. A chest feeding a hopper into the back of a crafter.
  2. Inside the crafter, fill all nine slots' recipe pattern with the target item — for iron blocks, all nine slots take iron ingots. Click slots you want disabled if the recipe uses fewer.
  3. A comparator reading the crafter: it outputs a signal proportional to how full the crafter's grid is, reaching maximum when every required slot has an item.
  4. Wire the comparator through a redstone torch inverter — or directly, depending on your layout — so the crafter is pulsed only when it is fully loaded.
  5. A hopper beneath the crafter carrying the finished block into a storage chest.

One module per material. Iron, gold, copper, redstone, lapis, coal and diamonds all compress 9-to-1, and a compactor bank pays for itself the first time you empty a mine cart of raw ore into it.

Feed the compactor's output into the item sorter from build one and your entire storage system becomes hands-off.

What to build in what order

  1. Super smelter — earliest payoff, needs only iron and cobblestone
  2. Item sorter — as soon as you have a few stacks of iron for hoppers
  3. Auto-compactor — once you have a crafter and spare redstone
  4. Piston door — whenever you want it
  5. Automatic lighting — last; it is comfort rather than function

Hoppers are the bottleneck for the first three. A hopper is 5 iron ingots and a chest, so a 20-module sorter is well over 100 ingots. An iron farm, or a few trips to a mountain biome, comes first.

Frequently asked questions

Why does my item sorter leak items into the wrong chest?

Almost always the filter hopper's item count is wrong. The design depends on the hopper sitting exactly one item below a comparator threshold, so an extra or missing filter item breaks it. Rebuild the filter hopper from empty, place the filter items exactly as the design specifies, and check that no other item has found its way into a filter slot.

Do hoppers cause lag?

Each hopper checks for items above it every tick, so very large hopper arrays do have a cost. In practice a domestic sorter of 20–40 modules is fine. If you are building hundreds of hoppers, use water streams to move items horizontally and hoppers only at the collection points.

Can I push a chest with a piston?

No. Pistons cannot move any block with an inventory — chests, furnaces, hoppers, droppers — nor obsidian or bedrock. Build piston doors and machines out of ordinary blocks, and if you need a moving container, use a hopper minecart on rails instead.

Does the crafter work with any recipe?

It handles ordinary crafting recipes that fit the 3×3 grid, including shapeless ones. You configure which slots are enabled by clicking them in the crafter's interface, which is how you tell it to make a 2×2 recipe rather than a 3×3 one. It cannot smelt, brew or use a stonecutter recipe.

Do these builds keep running when I am away?

Only while their chunks are loaded, which broadly means while you are within a few hundred blocks. Farms and sorters stop when you leave the area and resume when you return, so items in transit stay where they are rather than being lost. Build automation close to where you actually spend time.

Related pages