Update README

master
Marcel Klehr 2013-01-08 17:58:21 +01:00
parent cf5ee7c08c
commit 2bb52a7610
1 changed files with 5 additions and 1 deletions

View File

@ -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).