aboutsummaryrefslogtreecommitdiff
path: root/ontime_clocks/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'ontime_clocks/README.md')
-rw-r--r--ontime_clocks/README.md49
1 files changed, 49 insertions, 0 deletions
diff --git a/ontime_clocks/README.md b/ontime_clocks/README.md
new file mode 100644
index 0000000..d9db998
--- /dev/null
+++ b/ontime_clocks/README.md
@@ -0,0 +1,49 @@
+# Ontime Clocks
+
+This mod provides clocks that display real ingame time.
+
+For more information, see the [forum topic](https://forum.minetest.net/viewtopic.php?t=19365) at the Minetest forums.
+
+**Dependancies**: display_api, default
+
+**License**: Code under LGPL, textures under CC-BY-SA
+
+## 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
+