Pages

We need writers!

Would you like to help us write articles about your latest discoveries or complex circuits? Send us a email! We would be glad to post your article!

brandonmrich@yahoo.ca

Friday, March 23, 2012

Gates and Latches

(Joshua Richardson, MC Circuitry)
Logic gates and latches are an enormous feature in redstone science. These circuits allow complex wiring and mind-blowing contraptions. It is basically a machine with multiple outputs and multiple inputs. The outputs are determined based on the state of each input. For example,if both inputs on an AND gate are on, the output will also be on. Hence it’s name “AND gate”, where input 1 AND input 2 need to be powered.

Below is a diagram displaying many logic gates, and below that is a description of each gate’s use.

(Minecraft Wiki - http://minecraftwiki.net/)




Input/output gate: Output on if input on
AND gate: Output on if inputs on
OR gate: Output on if either input on
XOR gate: Output on if inputs different
Rapid pulsar: Same concept as a clock, pulses output
RS NOR latch: Memory cell (Makes more sense with buttons)
NAND gate: Output off if inputs off
NOR gate: Output off when either output on
XNOR gate: Output off if inputs different
Repeater: traditional-style repeater diode, delays circuit
RS NAND gate: Outputs always on, however when a button is pressed, an output is switched off for the length of the button
5-Clock: simple 5 clock, can be majorly reduced in size

Thursday, March 22, 2012

Redstone Lamps

Added in 12w07a, these redstone-powered blocks are one of my favorites. When redstone lamps receive power, they emit light at a level of 15, one level more than torches. This greatly simplifies complex lighting systems as you no longer need to use pistons to push a glowstone block into a hole. One feature to note is that power sources, such as levers and pressure plates, can be placed directly on them, and when they’re activated, they toggle the block as well. This does not work, however, with redstone torches, because when they’re on blocks, they’re powering every direction except the block on which they are placed.



Bugs:
- When breaking a lit redstone lamp, the item drop is displayed as a redstone lamp in its on state, therefore you cannot store unlit redstone lamps with lit redstone lamps in your inventory. An easy fix to this is to place the block down again, and while it’s unpowered, to break it again.