Added Light P2P Tunnel

This commit is contained in:
AlgorithmX2
2014-07-15 02:25:03 -05:00
parent e1d3fdb8d7
commit 0f50c05a7d
7 changed files with 195 additions and 3 deletions
@@ -33,6 +33,12 @@ public class P2PTunnelRegistry implements IP2PTunnelRegistry
public void configure()
{
/**
* light!
*/
addNewAttunement( new ItemStack( Blocks.torch ), TunnelType.LIGHT );
addNewAttunement( new ItemStack( Blocks.glowstone ), TunnelType.LIGHT );
/**
* attune based on most redstone base items.
*/