diff options
author | Pierre-Yves Rollo <dev@pyrollo.com> | 2015-11-11 14:26:39 +0100 |
---|---|---|
committer | Pierre-Yves Rollo <dev@pyrollo.com> | 2015-11-11 14:26:39 +0100 |
commit | d44bf53ea20136221d605e139f2b58328b68ce9c (patch) | |
tree | 4f747301de219c9743b19efe536f340af90ce5ff /ontime_clocks/README.md |
First commit
Diffstat (limited to 'ontime_clocks/README.md')
-rw-r--r-- | ontime_clocks/README.md | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/ontime_clocks/README.md b/ontime_clocks/README.md new file mode 100644 index 0000000..b62c01a --- /dev/null +++ b/ontime_clocks/README.md @@ -0,0 +1,47 @@ +# Ontime Clocks + +This mod provides clocks that display real ingame time. + +**Dependancies**: display_lib, default + +**License**: WTFPL + +## Recipes + +**Green and red digital clocks** + + - D - + G M G + - - - + +G = Glass, D = Dye, M = Mese Crystal, - = Empty + +Green dye for green clock, red dye for red clock + +**White clock** + + S P S + - M - + - - - + +P = Paper, S = Steel Ingot, M = Mese Crystal, - = Empty + + +**Frameless clock** + + S D S + - M - + - - - + +D = Dye, S = Steel Ingot, M = Mese Crystal, - = Empty + +Black dye for black clock, White dye for white clock + +**Gold frameless clock** + + G - G + - M - + - - - + +G = Gold Ingot, M = Mese Crystal, - = Empty + |