Closes #1726: Added Pressure P2P tunnel (PneumaticCraft)
This commit is contained in:
@@ -347,6 +347,14 @@ public abstract class PartP2PTunnel<T extends PartP2PTunnel> extends PartBasicSt
|
||||
newType = stack;
|
||||
}
|
||||
break;
|
||||
|
||||
case PRESSURE:
|
||||
for( ItemStack stack : parts.p2PTunnelPneumaticCraft().maybeStack( 1 ).asSet() )
|
||||
{
|
||||
newType = stack;
|
||||
}
|
||||
break;
|
||||
|
||||
*/
|
||||
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user