From 2bb52a76107fe71d908e2578855d2cbf77ac160b Mon Sep 17 00:00:00 2001 From: Marcel Klehr Date: Tue, 8 Jan 2013 17:58:21 +0100 Subject: [PATCH] Update README --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 39242cc..68c84ed 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,11 @@ # Conveyor mod for [Minetest](http://minetest.net/) -A conveyor (or conveyor belt) can be placed between two nodes for transferring resources from one to the other. This allows you, for instance, to store various ores in a chest, connect that chest with a furnace and have the furnace automatically supplied with smelting materials from the chest. You can also supply the furnace with fuel that way. +A conveyor can be placed between two nodes for transferring resources from one to the other. This allows you, for instance, to store various ores in a chest, connect that chest with a furnace and have the furnace automatically supplied with smelting materials from the chest. You can also supply the furnace with fuel that way. + +Conveyors also work with locked chests in a very safe way (only conveyors that you yourself placed can access locked chests that belong to you). + +Chaining conveyors results in a conveyor belt that let's you transport things across long distances. Conveyors also work like a charm in combination with the [rubber collector](https://gitorious.org/marktraceur-minetest-mods/rubber_collector) and the factories from the [factories mod](https://gitorious.org/marktraceur-minetest-mods/factories).