Implementation ItemPipes

Michael

Moderator
Contributor
Architecture
Summary

ItemPipes
is a Terasology module that adds item transport system based on pipelines. ItemPipes are useful for automation purposes - this module lets you transport items without your involvement.

Repository: https://github.com/Terasology/ItemPipes
Current Version: 0.1
What has been done
  1. Basic Pipe
  2. Suction Block
Plans
  1. Allow items to be placed into a chest
  2. Allow items to be extract from a chest
  3. one way directional pipes
Video:
 
Last edited:

Michael

Moderator
Contributor
Architecture
I added a handler for item events. For instance, you can use this to insert items into a chest.

 
Top