Update master

This commit is contained in:
AJ Fleming 2012-07-09 18:52:33 -05:00
parent 5d098d517d
commit da780329bc

View file

@ -27,5 +27,6 @@ public interface ILiquidConsumer
* @return Return the maximum amount of stored liquid this consumer can get.
*/
public int getLiquidCapacity(int type);
public int canConnectFromSideAndType(int type, byte side);
}