How to build a Digital Clock in Minecraft using RedstoneChips

From Redstonechips

Revision as of 06:29, 20 September 2012 by 91.201.64.7 (Talk)

by Mordenkainen

rcclocktut24.png

This tutorial will show you how to build a digital clock for your Minecraft world. This tutorial requires that you have the RedstoneChips 0.87 or higher plugin installed on your Minecraft server.

There are several different types of clocks that you can build. These include 12 and 24 hour clocks, as well as clocks that show the current time in the real-world or the game-world. The construction of each is slightly different, and this tutorial will show you how to build them all.

kDTJX9 I decided to help and sent a post to the social bookmarks. I hope to raise it in popularity!!...

hoOhdz I appreciate you sharing this blog post.Really looking forward to read more. Really Great.

Awesome blog.Much thanks again. Really Great.

yKlRNi Major thanks for the blog article.Really looking forward to read more. Really Great.

eE1l2A Really enjoyed this blog.Thanks Again. Much obliged.

The Blinker

The blinker is an optional part that adds the little blinking “:” between hours and minutes. If you want it, you need to add a transmitter to any clock generator line. A good place is where the minute segdriver clock connects, as shown below:

rcclocktut20.png

The blinker sign should be:

transmitter
Blinker

The Clock Generator

For the clock generator I used a simple 5-clock placed in between the minute and hour circuits. You can use any method to generate a clock signal, such as the RedstoneChips clock chip. Below is a picture of the clock generator I used:

rcclocktut21.png

The Display

The Display can be made of any material, but the actual digits must be made of wool. You will need to choose the colors you want for the Display, I will refer to them as “color-off” and “color-on”, ideally they should be chosen to blend in with the background of the display when off. Below is a picture of the front and back of the minutes portion of a Display. Front:

rcclocktut22.png

Back:

rcclocktut23.png

At the edge you can also see the Blinker. This can be omitted if desired. Blinker Sign:

pixel
Color-off color-on

Blinker

The signs for the digits are in the format:

pixel
Color-off color-on

MinXX:Y

Where MinXX is “Min1” for the ones digit, and “Min10” for the 10’s digit. The Y is a number starting at 0, and counting up to 6 starting at the top segment of the display and going counter-clockwise ending in the middle, looking at the back of the display. So, for the minutes 10’s digit, the top segment would be Min10:0, the bottom segment would be Min10:3, and the middle segment would be Min10:6. Of course color-on and color-off are the colors you have chosen for your Display

For a 24 hour Display, the hours section is constructed in the same way:

rcclocktut24.png

And the signs:

pixel
Color-off color-on

HourXX:Y

12 hour Displays are a little more complicated, Pictures of a 12 hour display are below:

Front:

rcclocktut25.png

Back:

rcclocktut26.png

As you can see it has an additional section after the minutes to display AM/PM and the hours section only has a partial 10’s digit. (Yes, I know I haven’t put text on the signs yet!)

The sign for the AM/PM indicator is:

pixel
Color-on Color-off
AMPM

The sign for the hours 10’s digit:

pixel
Color-off color-on
Hour10

Everything else is the same.

Personal tools