Skip to main content
← All Guides
Redstone · Build technique · Java & Bedrock

How to Make a Redstone Elevator

A redstone elevator rides a slime-block platform up a shaft and stops at each floor. It is faster and more controllable than a water elevator, with one catch: the slime-and-piston engine takes real wiring.

4321
▲▲ slime + pistons lift the platform, stopping each floor
A redstone elevator rides a slime-block platform up a shaft and stops at each floor. Faster and floor-stoppable than a water elevator, just trickier to wire.

Three ways to build one

Flying-machine lift

Observers and pistons form an engine that drags a slime platform up and down. The fastest and most flexible, but the hardest to time correctly.

Piston lift

A chain of pistons pushes a slime platform up floor by floor, each one shoving the stack one block higher. Simple to follow, slower to ride.

Honey-and-slime tower

Alternating honey and slime blocks let part of the engine move while the rest stays put, the trick behind compact two-way lifts.

The slime-and-honey rule

Slime sticks to everything it touches and drags it along, the platform included. Honey sticks too, but slime and honey will not stick to each other. That one exception is what lets a flying machine pull one part forward while leaving another behind, which is the whole secret of a compact two-way lift.

Quick answers

How does a redstone elevator work?

A slime-block platform is driven by pistons, usually with observers forming a flying machine. The engine carries you up or down a shaft and can be wired to stop at each floor.

What is the difference between slime and honey blocks here?

Slime sticks to every block next to it and drags them along, including the platform you stand on. Honey also sticks, but slime and honey do NOT stick to each other, so honey is used to split the engine into parts that move separately.

Is a redstone elevator better than a water elevator?

It is faster and can stop at exact floors, but it is far more complex to build and tune. A water bubble elevator is much simpler, so most players start there and graduate to redstone lifts.

What actually moves the platform?

An observer detects a block change and fires the pistons; the pistons push the slime engine, which is stuck to the platform, one block at a time. Repeat that and the platform climbs the shaft.

Why does my flying-machine elevator fall apart?

Almost always a sticky-block mistake: a slime block touching a honey block (they do not stick), or trying to push more than twelve blocks at once, which is the piston push limit.

Do redstone elevators work the same on Bedrock?

No. Slime, piston and observer timing differs between Java and Bedrock, so a Java flying-machine elevator often needs a Bedrock-specific design to work reliably.
Database →
Slime, honey & pistons
Look up every block the elevator engine is built from.
Guide →
Make a water elevator
The simpler, beginner-friendly way up and down.

Moving a player, not an item

Slime blocks carry you up, honey drops you off

A piston elevator moves a platform with the player standing on it, and slime sticks the player's platform together while honey does the same without sticking to slime. That difference is what lets a flying machine style elevator release you at the top instead of carrying you back down.

Water columns are simpler and nearly as fast

A column of source blocks with soul sand at the bottom pushes you up and magma at the bottom pulls you down, with no redstone at all. For most bases this beats a piston elevator on reliability, and it never breaks after a chunk reload.

Speed is limited by the piston, not by the design

Pistons move on a fixed tick, so a tall elevator is slow no matter how clever the circuit is. If the trip is more than a dozen blocks, the honest comparison is against a bubble column or a ladder, and the elevator usually loses on time and wins on looks.

Blocks and items in this guide

Slime Block in MinecraftSlime BlockSoul Sand in MinecraftSoul SandObserver in MinecraftObserverRedstone in MinecraftRedstoneLadder in MinecraftLadderPiston in MinecraftPiston

All 6 of these are named in the guide above, starting with Slime Block. Look them up in the item database.

More guides on this site

Guides that go with this one

How to Make a Secret Door in MinecraftA secret door looks like a normal wall until you trigger it, then sticky pistons slide it open. Here are the...How to Build a Watchtower in MinecraftBuild a tall stone watchtower: a slim shaft, an overhanging crenellated lookout platform and a signal fire on...How to Make Redstone Logic Gates in MinecraftRedstone logic gates, NOT, AND, OR, XOR, NAND and NOR, are the building blocks of every contraption. Here is...How to Choose a Block Palette in MinecraftPick a small set of blocks that work together and give each a role, so your builds get depth instead of...How to Make an Automatic Minecart Station in MinecraftAn automatic minecart station stops your cart at the platform and launches it on a button press. Here is what...How to Build a Treehouse in MinecraftBuild a treehouse with a custom tree, a canopy platform and a cabin. Here are the blocks, how to grow the...

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.