Go to file
Marcel Klehr 2bb52a7610 Update README 2013-01-08 17:58:21 +01:00
adapters Add support for locked things (currently locked_chest only) 2013-01-08 17:49:08 +01:00
textures Refine textures 2013-01-07 21:34:32 +01:00
COPYING Go conveyors! YAY! 2013-01-07 20:51:45 +01:00
GPL-3.txt Go conveyors! YAY! 2013-01-07 20:51:45 +01:00
README.md Update README 2013-01-08 17:58:21 +01:00
depends.txt Fix dependencies 2013-01-07 21:48:26 +01:00
init.lua Add support for locked things (currently locked_chest only) 2013-01-08 17:49:08 +01:00

README.md

Conveyor mod

for Minetest

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 and the factories from the factories mod.

Crafting recipe

rubber_sheet | rubber_sheet | rubber_sheet

   gears     |              |   gears
   

rubber_sheet | rubber_sheet | rubber_sheet

Misc.