I think SN is a pretty cool guy. Eh plays Minecraft and does afraid of many things.
I like tinkering with Redstone a lot. I'm far from being a pioneer in the field, and tend to leave groundbreaking concepts to the wikipeoples and youtubers. But I do occasionally come up with things, or encounter useful designs, that don't seem to be on the wiki, so yeah. I maintain circuits for personal reference in my sandbox.
Stuff I done made[]
| Digital display clock texture
|
| This texture gives the clock a 24 hour digital display of in-game hour, accurate to within +12-9 ticks -- or equivalently, +0.60-0.45 seconds -- of all true tick times.
File here: https://www.dropbox.com/s/92zyr7plr2zvh8z/clock.png
Place the above file in the \assets\minecraft\textures\items folder of your chosen resource pack (replacing any existing clock.png), and ensure there is also a clock.png.mcmeta file present, which must consist solely of
{
"animation": {}
}
Extra features:
- Bedtime warning
Digits turn orange 90 seconds before mobs are able to spawn on the surface at night, more vividly orange at 60 seconds before, and red at 30 seconds before. It is possible to use a bed shortly before the digits turn red.
- Mob spawn status
"Backlight" tints red during the period at night when mobs can spawn on the surface. Note that this can't tell you whether mobs are present, nor does a clear display necessarily mean that there will be no mobs on the surface when you emerge. It just indicates the span over which new mobs can spawn in areas exposed to the sky.
Clock accuracy data:
| Threshold
|
True tick
|
Clock tick
|
Difference
|
| 06:00 |
0 |
23991 |
-9
|
| 07:00 |
1000 |
999 |
-1
|
| 08:00 |
2000 |
2002 |
+2
|
| 09:00 |
3000 |
3005 |
+5
|
| 10:00 |
4000 |
4012 |
+12
|
| 11:00 |
5000 |
5001 |
+1
|
| 12:00 |
6000 |
5999 |
-1
|
| 13:00 |
7000 |
6998 |
-2
|
| 14:00 |
8000 |
8012 |
+12
|
| 15:00 |
9000 |
8994 |
-6
|
| 16:00 |
10000 |
9997 |
-3
|
| 17:00 |
11000 |
11000 |
0
|
| 90 sec |
11387 |
11381 |
-6
|
| 60 sec |
11987 |
11987 |
0
|
| 18:00 |
12000 |
12008 |
+8
|
| 30 sec |
12587 |
12579 |
-8
|
| 19:00 |
13000 |
13007 |
+7
|
| Mobs |
13187 |
13191 |
+4
|
| 20:00 |
14000 |
14005 |
+5
|
| 21:00 |
15000 |
15009 |
+9
|
| 22:00 |
16000 |
16007 |
+7
|
| 23:00 |
17000 |
17007 |
+7
|
| 00:00 |
18000 |
17999 |
-1
|
| 01:00 |
19000 |
18992 |
-8
|
| 02:00 |
20000 |
19992 |
-8
|
| 03:00 |
21000 |
21008 |
+8
|
| 04:00 |
22000 |
21994 |
-6
|
| No mobs |
22812 |
22808 |
-4
|
| 05:00 |
23000 |
22992 |
-8
|
|
| Tiny (and very flexible) automatic chicken farm
|
|
|