Added Light P2P Tunnel
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user