Tutorial:Redstone
Redstone mechanics provide Minecraft with a loose analogue to electricity, which is useful for controlling and activating a variety of mechanisms. Redstone circuits and devices have many uses including automatic farms, controlling doorways, changeable or mobile buildings, transporting players and mobs, and more.
Redstone construction can range from fairly simple to deeply complex. While there is not a single overarching tutorial, there are many relevant pages under both the "Redstone" and "Tutorials" trees. Some relevant pages include:
- Redstone dust: The core material that enables most redstone devices, being crafted into many of them and also placed to carry signals.
- Redstone mechanics: The basic game mechanics for redstone power and signals.
- Redstone components: The blocks that are used in and with redstone contraptions.
- Tutorial:Redstone tips: Hints and advice for building your redstone devices.
- Redstone circuits: Lists various types of reusable circuits that can be used to manipulate signals, with sub-pages giving examples of the various types.
- Help:Schematic: The "modern" way for redstone circuits to be represented on this wiki.
- MCRedstoneSim schematics: An older method for displaying redstone circuits.
Some pages dealing with specific blocks:
- Redstone circuits/Piston: A list of circuits making use of piston mechanics.
- Tutorial:Quasi-connectivity: Discusses the special mechanic of quasi-connectivity.
- Tutorial:Hopper: All about how to use hoppers, including for item sorting.
- Tutorial:Observer stabilizer: Getting a better signal out of an observer.
- Tutorial:Daylight detector: Daylight sensors.
- Tutorial:Automatic respawn anchor recharger: Respawn anchors.
- Tutorial:Tripwire techniques: Tripwire hooks and tripwire.
Circuits can be built into more complex devices:
- Tutorial:Mechanisms: Lists an assortment of complete devices using redstone.
- Tutorial:Minecarts: Large railway systems can benefit from redstone at the terminals.
- Tutorial:Redstone music: Creating music with note blocks and redstone circuits.
- Tutorial:Rube Goldberg machine: Complexity and spectacle.
- Tutorial:Block update detector: A specialized class of circuit; BUDs are mostly but not completely rendered obsolete by the observer.
- Tutorial:Comparator update detector: An extension of BUDs that also spots inventory changes.
- Tutorial:Shulker box storage: Systems for loading and unloading shulker boxes.
- Tutorial:Zero-ticking: Exploiting a notable bug for rapid circuits.
- Tutorial:Combination locks: Creating combination locks.
- Tutorial:Elevators: Vertical transportation.
- Tutorial:Telegraph: Long-range signaling (through loaded chunks only).
- Tutorial:Command blocks and functions: Use of Creative-mode command blocks.
- Tutorial:Flying machines: Mobile machinery.
Perhaps the most ambitious redstone project of all is to build a working computer within Minecraft.
- Tutorial:Arithmetic logic: Arithmetic logic.
- Tutorial:Advanced redstone circuits: Various circuits describing more advanced logic operations, like counters, timers and so on.
- Tutorial:Redstone computers: A work-in-progress tutorial on building a full computer in Minecraft.
- Tutorial:Calculator: Build a calculator within Minecraft.
- Tutorial:Printing: And a printer/3D printer.
Most of the farming tutorials also include complete devices, including Tutorial:Egg farming and Tutorial:Cobblestone farming. Many traps also use redstone.