summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSokomine <wegwerf@anarres.dyndns.org>2015-07-28 16:59:17 +0200
committerSokomine <wegwerf@anarres.dyndns.org>2015-07-28 16:59:17 +0200
commitc869f5def126d240d8f6a07bc5fa17ccc470c331 (patch)
tree71b8b52c84a67dc2f70a1a79c848544caa10e88e
parent9d5db547f09bc568d095296c4885c78e8c7c56d4 (diff)
moved minor version up one and updated README.md
-rw-r--r--README.md12
-rw-r--r--init.lua2
2 files changed, 13 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4f4501d..c3ecb2d 100644
--- a/README.md
+++ b/README.md
@@ -7,9 +7,21 @@ superseded by newer versions.
For more information about this mod, please refer to
https://forum.minetest.net/viewtopic.php?id=5120
+The thread introduces the nodes, shows crafting receipes and provides a place
+to discuss about the mod.
+Special functions:
+* Window shutters use an abm to automaticly close at night and open at day.
+* The treshing place can be used to seperate harvested wheat into wheat seeds
+ and straw. The straw is useful for roofing purposes, straw bales etc.
+* The handmill turns wheat seeds into flour.
+* With anvil and hammer, tools can be repaired.
+* The barrels do not yet have any further functionality. They may be used for
+ brewing in the future. Until then, punching makes them rotate and switch from
+ standing to lying on the ground.
Liscence of this mod: GPLv3
+Autor: Sokomine
---
--- Textures and media:
diff --git a/init.lua b/init.lua
index 5573569..809f63b 100644
--- a/init.lua
+++ b/init.lua
@@ -1,5 +1,5 @@
--- Version: 2.0
+-- Version: 2.2
-- Autor: Sokomine
-- License: GPLv3
--