Minecraft Redstone Circuit Designer — Build & Test in Browser

Build and test Minecraft redstone circuits in your browser with a 2D simulator aimed at Java Edition rules—dust strength, repeater lock, soft-power, and non-conductive doors/glass. Save designs as JSON files (best for large builds); optional short share links for tiny circuits.

Real-Time SimulationJSON Import / ExportOptional share links

Loading Redstone Circuit Designer...

Initializing components and simulation engine

How to Use the Redstone Circuit Designer

  • Pick a component from the left palette, then click the grid to place it
  • Right-click to rotate · use Erase mode or Delete to remove blocks
  • Hit Run (or step one tick) to test power flow
  • Use Import / Export to save a JSON file — preferred over share links for bigger circuits

Why Use an Online Redstone Simulator?

Traditional trial-and-error inside Minecraft can be slow and resource-heavy. This browser-based engine lets you iterate at high velocity: visualize signal decay, prove piston timings, test lock conditions, and refine edge cases before committing blocks in a survival world. It’s ideal for contraptions like item sorters, pulse extenders, display counters, farms, TNT dupers (concept modeling), and sequential logic.

Key Advantages

  • Instant Reset: Clear and rebuild without block breaking delays.
  • Repeatable Timing: Adjustable tick speed to exaggerate or compress propagation.
  • Teaching Friendly: Share links to pre-built examples for classrooms or guides.
  • Mobile Accessible: Fully touch-enabled for design on the go.
  • No Install: Works in any modern browser – no Forge/Fabric overhead.

Popular Redstone Use Cases

Automated Farms

Prototype observer + piston harvesting loops and item routing before placing expensive components.

Item Sorters & Filters

Model comparator subtraction chains and locking repeaters to prevent overflow or misfires.

Pulse / Clock Systems

Design consistent pulse generators, edge detectors, and gated clocks without lag influences.

Display Counters

Test multi-stage signal chains for scoreboard-like counters using repeaters and comparators.

Get Better at Redstone Faster

Pair this simulator with hands-on reference material: practice component basics, then jump into advanced contraption theory. Below are helpful starting points from our knowledge base.

Common Redstone Circuits Library

Master these fundamental circuits before tackling advanced contraptions. Each pattern teaches important redstone concepts.

Monostable Circuit (Pulse Limiter)

Function: Converts any input into fixed-length pulse

Components: 1 repeater, 2 dust, 1 torch, 1 solid block

Timing: 0.1-0.4s (adjustable with repeater delay)

Use Cases: Piston doors, item dispensers, button debouncing

Redstone Clock

Function: Continuous on/off pulses

Types: Repeater clock, hopper clock, observer clock

Speed: 0.4s (repeater) to minutes (hopper)

Use Cases: Farms, display counters, automatic doors

Double Piston Extender

Function: Extends block 2 spaces with sticky pistons

Components: 2 sticky pistons, 2-3 blocks, repeater, dust

Key Concept: Piston timing determines push/pull sequence

Use Cases: Hidden doors, flying machines, modular builds

Item Sorter (Comparator Filter)

Function: Routes specific items to different chests

Components: Comparator (subtract), hopper, chest, repeater, torch

Capacity: 41 target item + 4 filler items per filter

Use Cases: Storage systems, automated farms, collection

T-Flip-Flop (Toggle)

Function: Toggles output on/off with each button press

Compact Design: 1 lever, 1 sticky piston, 1 redstone block, 1 observer

Alternative: Dropper + comparator (even smaller)

Use Cases: Light switches, secret doors, mode selectors

AND/OR Logic Gates

Function: Combine multiple inputs with logical operators

AND Gate: Output when ALL inputs on

OR Gate: Output when ANY input on

Use Cases: Combination locks, multi-switch doors, voting systems

Component Reference Guide

Redstone Dust

• Power: 15 at source, -1 per block

• Max Distance: 15 blocks

• Auto-connects to adjacent components

• Can power blocks below/beside

Repeater

• Delay: 1-4 ticks (adjustable)

• Extends signal to full 15 power

• One-way only (prevents backflow)

• Side input locks current state

Comparator

• Compare: Output if back ≥ side

• Subtract: (back - max(side))

• Reads container fullness

• 0-tick propagation (instant)

Observer

• Detects block updates in front

• Outputs 1-tick pulse from back

• Triggers on: place/break/grow

• Can create observer clocks

Piston

• Push Limit: 12 blocks max

• Extension: 1.5 ticks (3 total)

• Sticky pulls blocks back

• Immovable: obsidian, bedrock

Redstone Torch

• Inverter: ON when block OFF

• Provides 15 power when active

• Burnout after 8+ rapid toggles

• 60-tick cooldown to reset

Advanced Redstone Tips

💡 Signal Strength Manipulation

Use comparators in subtract mode to create precise signal strengths (1-15) for multi-state systems. A chest with specific item counts can output different signals to control multiple lamp patterns or door positions.

Formula: Output = Input - Max(Side1, Side2). Perfect for analog counters and BUD switches.

🔧 Quasi-Connectivity (Java Edition)

Pistons and droppers can be powered by blocks 2 spaces above them. This "bug" is now a feature for compact designs. Place powered block above-and-diagonal to activate without direct wiring.

Applications: Hidden doors, ultra-compact extenders, BUD (Block Update Detector) switches.

🔒 Repeater Locking for Memory

Lock a repeater by powering it from the side. The locked repeater maintains its current state regardless of input changes. Perfect for memory cells, pause systems, and controlled circuits.

Use Case: Create RAM using locked repeater arrays for minigame scoreboards and data storage.

⏱️ Tick Timing Precision

1 redstone tick = 2 game ticks = 0.1 seconds. Repeaters add 1-4 ticks. Comparators add 0 ticks (instant). Observers output 1-tick pulses. Master these timings for perfect synchronization.

Pro Tip: Use this simulator's tick-by-tick mode to visualize exact propagation delays.

Import / Export (and optional links)

Open Import / Export in the toolbar. Export JSON downloads your full circuit as a file you can keep, email, or re-import later — that’s the reliable path for big builds. PNG export is great for screenshots.

  • JSON file — no size headache; best for collaboration and backups
  • Share link — still available for tiny circuits, but URLs get too long for large layouts
  • Mobile: pinch-zoom and tap levers / buttons / repeaters as usual

Feature your circuit on CraftMC

Send us your exported .json (and a PNG if you want) and we may feature cool builds on the site with credit. Attach the file from Import / Export → Export JSON, then email:

[email protected]

Frequently Asked Questions

What is a redstone circuit?

Redstone circuits are structures in Minecraft that use redstone components to perform various functions like automation, logic operations, and creating complex mechanisms.

What features does this redstone simulator include?

Our simulator includes fully functional redstone mechanics including:

  • Working pistons and sticky pistons that can push and pull blocks
  • Slime-block connected movement (up to 12 blocks)
  • Quasi-connectivity for pistons
  • Redstone dust power transmission with signal strength decay
  • Repeaters with 1–4 tick delay and side-lock from other repeaters
  • Comparators in compare/subtract modes — including container reading
  • Observers that pulse when the block they face updates
  • Rails (powered / detector / activator), doors, trapdoors, tripwire
  • Containers: lectern, barrel, furnace, brewing stand, jukebox, respawn anchor, crafter, cake
  • Shareable design links

Do doors and glass pass redstone signals?

No — matching Java Edition. Doors and trapdoors only open when powered; they are non-conductive and do not continue a signal to adjacent dust or mechanisms. Glass and honey blocks also cannot be soft-powered. Stone, wool, slime, lamps, and most full blocks can soft-power and activate neighbors without powering adjacent dust (weak power).

How do I use the circuit designer?

Select components from the sidebar, then click on the grid to place them. Left-click levers, buttons, repeaters (delay), and comparators (mode). Right-click to rotate. Use Start Simulator or Step to test.

Can I change the tick speed?

Yes. Use the tick speed slider in the toolbar to run your circuit faster or slower, or use the Step control to advance one tick at a time for precise debugging.

What components are available?

The designer includes:

  • Basic components: redstone dust, repeaters, comparators, torches
  • Input components: levers, buttons, pressure plates
  • Output components: lamps, dispensers
  • Advanced components: observers, pistons, sticky pistons
  • Building blocks: solid blocks for construction and redstone support

How do I share my redstone creation?

Click the purple "Share Design" button in the toolbar to generate a unique URL that you can share with others. Anyone with this link can view and interact with your exact redstone design.

How accurate is this redstone emulator?

It targets Java Edition rules in 2D: dust power 15→0, repeater delay/lock, comparator modes and container reading, observer pulses, soft-power on conductive blocks, and non-conductive mechanisms (doors, trapdoors, glass, honey) that open or activate but do not pass power. It is a planning/teaching tool—not a full 3D engine—so some vertical quirks and rare edge cases can still differ from in-game.

CraftMC

Your ultimate resource for Minecraft tools and guides.

Professional ToolsExpert GuidesActive Support

Popular Tools

Quick Links

Also from us

We also run sister sites for Fortnite and Roblox players — tools, guides, and game codes.

© 2026 CraftMC. All rights reserved. Also check out our Fortnite and Roblox tools sites.