minecraft

This tutorial gives general advice for building with redstone. There are a variety of pages discussing how redstone works, mostly collected in the page Tutorials/Redstone.

Planning

The first step in building a redstone circuit is to decide what it will do and how, in general, it will operate.

Size

When making redstone, its important to make it a reasonable size.

You shouldn't use a huge amount of space for a single contraption. Large builds take up a lot of space and are inconvenient. However, you also shouldn't try to create a fully functional redstone circuit in a tiny area. Complex redstone circuits often need plenty of space to function. For example, you cannot create a redstone computer which can perform number operations and display multiple items on a screen at once in only 1 chunk.

For the best redstone results, make your contraption as small as you can with it still functioning, but if you find you're having any troubles with that size, make it bigger. Also, make sure to never underestimate how much time, space or materials you will need. It's much better to overestimate and bring more than you need so that you have extras for next time.

Creative Mode

A complex redstone project for a Survival world can be designed in Creative mode first, before investing resources and effort in a survival world. It's handy to keep a creative-mode world handy for such laboratory work, usually a superflat with cheats on. You can also manipulate the game rules for your testing world to your liking, such as to make it permanent day or avoid mob spawning. Creative mode is great for building, because you have an infinite number of blocks, you can break blocks right away, and you can fly around to look all around your structures. You can also press F3 + N to invoke spectator mode, then fly through look inside your circuit.

Once you have finished your redstone contraption and gotten it working, look it over to make sure you understand how it's working now. You may be able to make some improvements here. But eventually, you go back to your survival-mode world, gather the materials, and just copy your design from creative mode. Optionally, you can count how many of each material you used when building in creative mode, so that you will know exactly how much of a certain material to gather when in survival.

Gathering Resources

When making very large redstone contraptions, you may need farms for renewable resources. Here are some materials you may need to farm:

Construction

It can be helpful to choose a specific set of blocks the player uses to construct circuits. Then, when the player runs into these blocks during the excavation of new rooms in the base, the player knows they are about to damage a previously-built circuit. Common choices include stone bricks, snow block, wool and concrete. (Using different colors of wool and concrete is also a great way to keep track of different circuits)

Be cautious when building circuits near water or lava. Many redstone components will "pop off" (turn into items) when washed over by liquids, and lava will destroy any items it contacts.

Be careful when building circuits to activate TNT (traps, cannons, etc.). Circuits in mid-construction can sometimes briefly power up unexpectedly, which might activate TNT. For example, placing a redstone torch on a powered block, it won't "realize" that it should be turned off until the next tick, will therefore be powered for one tick, and can briefly power another part of the circuit during that one tick. Placing TNT after the rest of the circuit is complete will help to avoid such problems and the destruction of the device itself. This also applies to any other features of the circuit that may be accidentally activated with such actions (e.g., activating a dispenser before the circuit is ready). Temporarily placing a redstone lamp or piston can quickly test whether a given space is powered.

Color coding

This is a simple yet very effective tip, especially if you create redstone contraptions that have many different parts to them, such as comparator clocks mixed with other redstone items. It is best to use different colored wool, concrete, or terracotta for different parts of the circuit. If you build all the redstone using the same building block, for example, out of dirt(which you shouldn't be using for redstone anyway if you are in Survival because an Enderman may break it), soon you may completely forget how your redstone works due to not remembering where each circuit goes. Furthermore, this is important if you want to show off the redstone contraptions on YouTube, so people can copy your design in their Minecraft world or you want to be able to go back to your project and understand what parts of the circuit perform what function.

If you don't want to use wool, concrete, or terracotta, you can find other blocks that are different colors from each other. For example, you can use stone variants and wood-related blocks. However, try not to use blocks of similar color, such as a block of coal and black concrete on 2 different parts of a circuit. You can also use different colors or variants to mark switch-supporting blocks (input) or potential output locations for a circuit, e.g. if most of the circuit is built on stone brick, you might choose carved stone brick for switch blocks, polished granite for output locations, and diorite for mobile blocks. Glass (which can also be tinted) can be used to display the workings of a circuit; it can also make sure that lava and water (e.g., in a cobblestone generator) are visible but not open to unwary players.

All this may take extra time and effort, but the benefits are worthwhile.

Troubleshooting

When the circuit isn't working the way it should, take a look at it and try to find the problem. Work through the circuit and test various inputs to find where a signal is "dropped" or gained inadvertently.

Refining

Once the circuit is working, consider if it can be improved (without breaking it).

See also

Video